Html Css Color HEX #2AFE37 Lime Green

📋 copy color: '#2AFE37'

red 42 ◦ green 254 ◦ blue 55

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

Shades of Lime Green #2AFE37

Tints of Lime Green #2AFE37

RGB

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

 GREEN value IS 254 (99.61% from 255) = 72.36%

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

R = 11.97%
G = 72.36%
B = 15.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#2AFE37 (or 0x2AFE37) is known color: Lime Green. HEX triplet: 2A, FE and 37. RGB value is (42,254,55). Sum of RGB (Red+Green+Blue) = 42+254+55=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 254 (99.61% from 255 or 72.36% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE37 is #D501C8. Grayscale: #A8A8A8. Windows color (decimal): -13959625 or 3669546. OLE color: 3669546.

HSL color Cylindrical-coordinate representation of color #2AFE37: hue angle of 123.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE37 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 55 -
CMYK 0.83 0 0.78 0.00
HSL 123.68º 0.99% 0.58% -
HSV(B) 123.68º 0.83% 1% -
XYZ 37.09 71.65 15.49 -
YUV 167.93 64.26 38.18 -
System Red Green Blue C M Y K H S L
Decimal 42 254 55 0.83 0 0.78 0.00 123.68 0.99 0.58
Hex 2A FE 37 53 0 4E 0 7C 63 3A
Octal 52 376 67 123 0 116 0 174 143 72
Binary 101010 11111110 110111 1010011 0 1001110 0 1111100 1100011 111010

Color Harmonies of #2AFE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE37

Black with #2AFE37

Text Example


Text Example

White with #2AFE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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