Html Css Color HEX #37F235 Lime Green

📋 copy color: '#37F235'

red 55 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #37F235

Tints of Lime Green #37F235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.14%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 15.71%
G = 69.14%
B = 15.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#37F235 (or 0x37F235) is known color: Lime Green. HEX triplet: 37, F2 and 35. RGB value is (55,242,53). Sum of RGB (Red+Green+Blue) = 55+242+53=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #37F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F235 is #C80DCA. Grayscale: #A5A5A5. Windows color (decimal): -13110731 or 3535415. OLE color: 3535415.

HSL color Cylindrical-coordinate representation of color #37F235: hue angle of 119.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F235 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 242 53 -
CMYK 0.77 0 0.78 0.05
HSL 119.37º 0.88% 0.58% -
HSV(B) 119.37º 0.78% 0.95% -
XYZ 33.97 64.57 14.04 -
YUV 164.54 65.05 49.87 -
System Red Green Blue C M Y K H S L
Decimal 55 242 53 0.77 0 0.78 0.05 119.37 0.88 0.58
Hex 37 F2 35 4D 0 4E 5 77 58 3A
Octal 67 362 65 115 0 116 5 167 130 72
Binary 110111 11110010 110101 1001101 0 1001110 101 1110111 1011000 111010

Color Harmonies of #37F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F235

Black with #37F235

Text Example


Text Example

White with #37F235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,242,53); }

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

background-color css

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

 a { background-color: rgb(55,242,53); }

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

border-color css

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

 span { border-color: rgb(55,242,53); }

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