Html Css Color HEX #37FD2D Lime Green

📋 copy color: '#37FD2D'

red 55 ◦ green 253 ◦ blue 45

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

Shades of Lime Green #37FD2D

Tints of Lime Green #37FD2D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.67%

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

R = 15.58%
G = 71.67%
B = 12.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#37FD2D (or 0x37FD2D) is known color: Lime Green. HEX triplet: 37, FD and 2D. RGB value is (55,253,45). Sum of RGB (Red+Green+Blue) = 55+253+45=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 253 (99.22% from 255 or 71.67% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 253 - color contains mainly: green. Hex color #37FD2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FD2D is #C802D2. Grayscale: #AAAAAA. Windows color (decimal): -13107923 or 3013943. OLE color: 3013943.

HSL color Cylindrical-coordinate representation of color #37FD2D: hue angle of 117.12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37FD2D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 253 45 -
CMYK 0.78 0 0.82 0.01
HSL 117.12º 0.98% 0.58% -
HSV(B) 117.12º 0.82% 0.99% -
XYZ 37.17 71.25 14.28 -
YUV 170.09 57.4 45.91 -
System Red Green Blue C M Y K H S L
Decimal 55 253 45 0.78 0 0.82 0.01 117.12 0.98 0.58
Hex 37 FD 2D 4E 0 52 1 75 62 3A
Octal 67 375 55 116 0 122 1 165 142 72
Binary 110111 11111101 101101 1001110 0 1010010 1 1110101 1100010 111010

Color Harmonies of #37FD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FD2D

Black with #37FD2D

Text Example


Text Example

White with #37FD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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