Html Css Color HEX #37C425 Lime Green

📋 copy color: '#37C425'

red 55 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #37C425

Tints of Lime Green #37C425

RGB

 RED value IS 55 (21.88% from 255) = 19.1%

 GREEN value IS 196 (76.95% from 255) = 68.06%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 19.1%
G = 68.06%
B = 12.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#37C425 (or 0x37C425) is known color: Lime Green. HEX triplet: 37, C4 and 25. RGB value is (55,196,37). Sum of RGB (Red+Green+Blue) = 55+196+37=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #37C425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C425 is #C83BDA. Grayscale: #888888. Windows color (decimal): -13122523 or 2475063. OLE color: 2475063.

HSL color Cylindrical-coordinate representation of color #37C425: hue angle of 113.21º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37C425 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 55 196 37 -
CMYK 0.72 0 0.81 0.23
HSL 113.21º 0.68% 0.46% -
HSV(B) 113.21º 0.81% 0.77% -
XYZ 21.65 40.43 8.41 -
YUV 135.72 72.29 70.43 -
System Red Green Blue C M Y K H S L
Decimal 55 196 37 0.72 0 0.81 0.23 113.21 0.68 0.46
Hex 37 C4 25 48 0 51 17 71 44 2E
Octal 67 304 45 110 0 121 27 161 104 56
Binary 110111 11000100 100101 1001000 0 1010001 10111 1110001 1000100 101110

Color Harmonies of #37C425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C425

Black with #37C425

Text Example


Text Example

White with #37C425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37C425; }

 p { color: rgb(55,196,37); }

 H1.HeaderClassName
 {
   color: #37C425;
 }
 .AnyTagClassName
 {
   color: #37C425;
 }
</style>

background-color css

<style>
 a { background-color: #37C425; }

 a { background-color: rgb(55,196,37); }

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

border-color css

<style>
 span { border-color: #37C425; }

 span { border-color: rgb(55,196,37); }

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