Html Css Color HEX #37D830 Lime Green

📋 copy color: '#37D830'

red 55 ◦ green 216 ◦ blue 48

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

Shades of Lime Green #37D830

Tints of Lime Green #37D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.71%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 17.24%
G = 67.71%
B = 15.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#37D830 (or 0x37D830) is known color: Lime Green. HEX triplet: 37, D8 and 30. RGB value is (55,216,48). Sum of RGB (Red+Green+Blue) = 55+216+48=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #37D830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D830 is #C827CF. Grayscale: #959595. Windows color (decimal): -13117392 or 3201079. OLE color: 3201079.

HSL color Cylindrical-coordinate representation of color #37D830: hue angle of 117.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37D830 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 216 48 -
CMYK 0.75 0 0.78 0.15
HSL 117.5º 0.68% 0.52% -
HSV(B) 117.5º 0.78% 0.85% -
XYZ 26.66 50.14 11.07 -
YUV 148.71 71.16 61.16 -
System Red Green Blue C M Y K H S L
Decimal 55 216 48 0.75 0 0.78 0.15 117.5 0.68 0.52
Hex 37 D8 30 4B 0 4E F 76 44 34
Octal 67 330 60 113 0 116 17 166 104 64
Binary 110111 11011000 110000 1001011 0 1001110 1111 1110110 1000100 110100

Color Harmonies of #37D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D830

Black with #37D830

Text Example


Text Example

White with #37D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,216,48); }

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

background-color css

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

 a { background-color: rgb(55,216,48); }

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

border-color css

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

 span { border-color: rgb(55,216,48); }

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