Html Css Color HEX #25CB38 Lime Green

📋 copy color: '#25CB38'

red 37 ◦ green 203 ◦ blue 56

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

Shades of Lime Green #25CB38

Tints of Lime Green #25CB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 12.5%
G = 68.58%
B = 18.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#25CB38 (or 0x25CB38) is known color: Lime Green. HEX triplet: 25, CB and 38. RGB value is (37,203,56). Sum of RGB (Red+Green+Blue) = 37+203+56=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB38 is #DA34C7. Grayscale: #898989. Windows color (decimal): -14300360 or 3722021. OLE color: 3722021.

HSL color Cylindrical-coordinate representation of color #25CB38: hue angle of 126.87º 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 #25CB38 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 203 56 -
CMYK 0.82 0 0.72 0.20
HSL 126.87º 0.69% 0.47% -
HSV(B) 126.87º 0.82% 0.8% -
XYZ 22.83 43.39 10.91 -
YUV 136.61 82.5 56.95 -
System Red Green Blue C M Y K H S L
Decimal 37 203 56 0.82 0 0.72 0.20 126.87 0.69 0.47
Hex 25 CB 38 52 0 48 14 7F 45 2F
Octal 45 313 70 122 0 110 24 177 105 57
Binary 100101 11001011 111000 1010010 0 1001000 10100 1111111 1000101 101111

Color Harmonies of #25CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB38

Black with #25CB38

Text Example


Text Example

White with #25CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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