#25C31B

Color #25C31B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25C31B

Tints of Lime Green #25C31B

Color information

#25C31B (or 0x25C31B) is unknown color: approx Lime Green. HEX triplet: 25, C3 and 1B. RGB value is (37,195,27). Sum of RGB (Red+Green+Blue) = 37+195+27=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #25C31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C31B is #DA3CE4. Grayscale: #818181. Windows color (decimal): -14302437 or 1819429. OLE color: 1819429.

HSL color Cylindrical-coordinate representation of color #25C31B: hue angle of 116.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25C31B is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB3719527-
CMYK0.8100.860.24
HSL116.43º75.68%43.53%-
HSV(B)116.43º86.15%76.47%-
XYZ20.4839.57.58-
YUV128.6170.6562.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 195 (76.56% from 255) = 75.29%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=14.29%
G=75.29%
B=10.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37195270.8100.860.24116.4375.6843.53
Hex25C31B5105618744c2c
Octal453033312101263016411454
Binary10010111000011110111010001010101101100011101001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25C31B; }

 p { color: rgb(37,195,27); }

 H1.HeaderClassName
 {
   color: #25C31B;
 }
 .AnyTagClassName
 {
   color: #25C31B;
 }
</style>
background-color css

<style>
 a { background-color: #25C31B; }

 a { background-color: rgb(37,195,27); }

 div.DivClassName
 {
   background-color: #25C31B;
 }
 .BgClassName
 {
   background-color: #25C31B;
 }
</style>
border-color css

<style>
 span { border-color: #25C31B; }

 span { border-color: rgb(37,195,27); }

 td.TdClassName
 {
   border-color: #25C31B;
 }
 .TagClassName
 {
   border-color: #25C31B;
 }
</style>