Html Css Color HEX #37CF2D Lime Green

📋 copy color: '#37CF2D'

red 55 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #37CF2D

Tints of Lime Green #37CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.43%

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 17.92%
G = 67.43%
B = 14.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#37CF2D (or 0x37CF2D) is known color: Lime Green. HEX triplet: 37, CF and 2D. RGB value is (55,207,45). Sum of RGB (Red+Green+Blue) = 55+207+45=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CF2D is #C830D2. Grayscale: #8F8F8F. Windows color (decimal): -13119699 or 3002167. OLE color: 3002167.

HSL color Cylindrical-coordinate representation of color #37CF2D: hue angle of 116.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37CF2D is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 207 45 -
CMYK 0.73 0 0.78 0.19
HSL 116.3º 0.64% 0.49% -
HSV(B) 116.3º 0.78% 0.81% -
XYZ 24.36 45.63 10.01 -
YUV 143.08 72.64 65.17 -
System Red Green Blue C M Y K H S L
Decimal 55 207 45 0.73 0 0.78 0.19 116.3 0.64 0.49
Hex 37 CF 2D 49 0 4E 13 74 40 31
Octal 67 317 55 111 0 116 23 164 100 61
Binary 110111 11001111 101101 1001001 0 1001110 10011 1110100 1000000 110001

Color Harmonies of #37CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CF2D

Black with #37CF2D

Text Example


Text Example

White with #37CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,207,45); }

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

background-color css

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

 a { background-color: rgb(55,207,45); }

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

border-color css

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

 span { border-color: rgb(55,207,45); }

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