Html Css Color HEX #37F82B Lime Green

📋 copy color: '#37F82B'

red 55 ◦ green 248 ◦ blue 43

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

Shades of Lime Green #37F82B

Tints of Lime Green #37F82B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 71.68%

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 15.9%
G = 71.68%
B = 12.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#37F82B (or 0x37F82B) is known color: Lime Green. HEX triplet: 37, F8 and 2B. RGB value is (55,248,43). Sum of RGB (Red+Green+Blue) = 55+248+43=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #37F82B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F82B is #C807D4. Grayscale: #A7A7A7. Windows color (decimal): -13109205 or 2881591. OLE color: 2881591.

HSL color Cylindrical-coordinate representation of color #37F82B: hue angle of 116.49º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37F82B is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 248 43 -
CMYK 0.78 0 0.83 0.03
HSL 116.49º 0.94% 0.57% -
HSV(B) 116.49º 0.83% 0.97% -
XYZ 35.58 68.12 13.56 -
YUV 166.92 58.06 48.17 -
System Red Green Blue C M Y K H S L
Decimal 55 248 43 0.78 0 0.83 0.03 116.49 0.94 0.57
Hex 37 F8 2B 4E 0 53 3 74 5E 39
Octal 67 370 53 116 0 123 3 164 136 71
Binary 110111 11111000 101011 1001110 0 1010011 11 1110100 1011110 111001

Color Harmonies of #37F82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F82B

Black with #37F82B

Text Example


Text Example

White with #37F82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,248,43); }

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

background-color css

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

 a { background-color: rgb(55,248,43); }

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

border-color css

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

 span { border-color: rgb(55,248,43); }

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