Html Css Color HEX #2AFA37 Lime Green

📋 copy color: '#2AFA37'

red 42 ◦ green 250 ◦ blue 55

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

Shades of Lime Green #2AFA37

Tints of Lime Green #2AFA37

RGB

 RED value IS 42 (16.8% from 255) = 12.1%

 GREEN value IS 250 (98.05% from 255) = 72.05%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 12.1%
G = 72.05%
B = 15.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#2AFA37 (or 0x2AFA37) is known color: Lime Green. HEX triplet: 2A, FA and 37. RGB value is (42,250,55). Sum of RGB (Red+Green+Blue) = 42+250+55=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFA37 is #D505C8. Grayscale: #A6A6A6. Windows color (decimal): -13960649 or 3668522. OLE color: 3668522.

HSL color Cylindrical-coordinate representation of color #2AFA37: hue angle of 123.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFA37 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 250 55 -
CMYK 0.83 0 0.78 0.02
HSL 123.75º 0.95% 0.57% -
HSV(B) 123.75º 0.83% 0.98% -
XYZ 35.83 69.14 15.07 -
YUV 165.58 65.59 39.86 -
System Red Green Blue C M Y K H S L
Decimal 42 250 55 0.83 0 0.78 0.02 123.75 0.95 0.57
Hex 2A FA 37 53 0 4E 2 7C 5F 39
Octal 52 372 67 123 0 116 2 174 137 71
Binary 101010 11111010 110111 1010011 0 1001110 10 1111100 1011111 111001

Color Harmonies of #2AFA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA37

Black with #2AFA37

Text Example


Text Example

White with #2AFA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AFA37; }

 p { color: rgb(42,250,55); }

 H1.HeaderClassName
 {
   color: #2AFA37;
 }
 .AnyTagClassName
 {
   color: #2AFA37;
 }
</style>

background-color css

<style>
 a { background-color: #2AFA37; }

 a { background-color: rgb(42,250,55); }

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

border-color css

<style>
 span { border-color: #2AFA37; }

 span { border-color: rgb(42,250,55); }

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