Html Css Color HEX #25CB29 Lime Green

📋 copy color: '#25CB29'

red 37 ◦ green 203 ◦ blue 41

#25CB29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #25CB29

Tints of Lime Green #25CB29

RGB

 RED value IS 37 (14.84% from 255) = 13.17%

 GREEN value IS 203 (79.69% from 255) = 72.24%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 13.17%
G = 72.24%
B = 14.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#25CB29 (or 0x25CB29) is known color: Lime Green. HEX triplet: 25, CB and 29. RGB value is (37,203,41). Sum of RGB (Red+Green+Blue) = 37+203+41=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB29 is #DA34D6. Grayscale: #878787. Windows color (decimal): -14300375 or 2738981. OLE color: 2738981.

HSL color Cylindrical-coordinate representation of color #25CB29: hue angle of 121.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CB29 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 203 41 -
CMYK 0.82 0 0.80 0.20
HSL 121.45º 0.69% 0.47% -
HSV(B) 121.45º 0.82% 0.8% -
XYZ 22.52 43.27 9.26 -
YUV 134.9 75 58.17 -
System Red Green Blue C M Y K H S L
Decimal 37 203 41 0.82 0 0.80 0.20 121.45 0.69 0.47
Hex 25 CB 29 52 0 50 14 79 45 2F
Octal 45 313 51 122 0 120 24 171 105 57
Binary 100101 11001011 101001 1010010 0 1010000 10100 1111001 1000101 101111

Color Harmonies of #25CB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB29

Black with #25CB29

Text Example


Text Example

White with #25CB29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,203,41); }

 H1.HeaderClassName
 {
   color: #25CB29;
 }
 .AnyTagClassName
 {
   color: #25CB29;
 }
</style>

background-color css

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

 a { background-color: rgb(37,203,41); }

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

border-color css

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

 span { border-color: rgb(37,203,41); }

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