Html Css Color HEX #37CC25 Lime Green

📋 copy color: '#37CC25'

red 55 ◦ green 204 ◦ blue 37

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

Shades of Lime Green #37CC25

Tints of Lime Green #37CC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 68.92%

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

R = 18.58%
G = 68.92%
B = 12.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#37CC25 (or 0x37CC25) is known color: Lime Green. HEX triplet: 37, CC and 25. RGB value is (55,204,37). Sum of RGB (Red+Green+Blue) = 55+204+37=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC25 is #C833DA. Grayscale: #8C8C8C. Windows color (decimal): -13120475 or 2477111. OLE color: 2477111.

HSL color Cylindrical-coordinate representation of color #37CC25: hue angle of 113.53º 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 #37CC25 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 204 37 -
CMYK 0.73 0 0.82 0.2
HSL 113.53º 0.69% 0.47% -
HSV(B) 113.53º 0.82% 0.8% -
XYZ 23.5 44.13 9.03 -
YUV 140.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 55 204 37 0.73 0 0.82 0.2 113.53 0.69 0.47
Hex 37 CC 25 49 0 52 14 72 45 2F
Octal 67 314 45 111 0 122 24 162 105 57
Binary 110111 11001100 100101 1001001 0 1010010 10100 1110010 1000101 101111

Color Harmonies of #37CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CC25

Black with #37CC25

Text Example


Text Example

White with #37CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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