Html Css Color HEX #37C925 Lime Green

📋 copy color: '#37C925'

red 55 ◦ green 201 ◦ blue 37

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

Shades of Lime Green #37C925

Tints of Lime Green #37C925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.6%

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

R = 18.77%
G = 68.6%
B = 12.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#37C925 (or 0x37C925) is known color: Lime Green. HEX triplet: 37, C9 and 25. RGB value is (55,201,37). Sum of RGB (Red+Green+Blue) = 55+201+37=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #37C925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C925 is #C836DA. Grayscale: #8B8B8B. Windows color (decimal): -13121243 or 2476343. OLE color: 2476343.

HSL color Cylindrical-coordinate representation of color #37C925: hue angle of 113.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37C925 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 201 37 -
CMYK 0.73 0 0.82 0.21
HSL 113.41º 0.69% 0.47% -
HSV(B) 113.41º 0.82% 0.79% -
XYZ 22.8 42.72 8.79 -
YUV 138.65 70.63 68.34 -
System Red Green Blue C M Y K H S L
Decimal 55 201 37 0.73 0 0.82 0.21 113.41 0.69 0.47
Hex 37 C9 25 49 0 52 15 71 45 2F
Octal 67 311 45 111 0 122 25 161 105 57
Binary 110111 11001001 100101 1001001 0 1010010 10101 1110001 1000101 101111

Color Harmonies of #37C925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C925

Black with #37C925

Text Example


Text Example

White with #37C925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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