Html Css Color HEX #2AFE3C Lime Green

📋 copy color: '#2AFE3C'

red 42 ◦ green 254 ◦ blue 60

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

Shades of Lime Green #2AFE3C

Tints of Lime Green #2AFE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 11.8%
G = 71.35%
B = 16.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#2AFE3C (or 0x2AFE3C) is known color: Lime Green. HEX triplet: 2A, FE and 3C. RGB value is (42,254,60). Sum of RGB (Red+Green+Blue) = 42+254+60=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE3C is #D501C3. Grayscale: #A9A9A9. Windows color (decimal): -13959620 or 3997226. OLE color: 3997226.

HSL color Cylindrical-coordinate representation of color #2AFE3C: hue angle of 125.09º 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 #2AFE3C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 60 -
CMYK 0.83 0 0.76 0.00
HSL 125.09º 0.99% 0.58% -
HSV(B) 125.09º 0.83% 1% -
XYZ 37.21 71.7 16.15 -
YUV 168.5 66.76 37.77 -
System Red Green Blue C M Y K H S L
Decimal 42 254 60 0.83 0 0.76 0.00 125.09 0.99 0.58
Hex 2A FE 3C 53 0 4C 0 7D 63 3A
Octal 52 376 74 123 0 114 0 175 143 72
Binary 101010 11111110 111100 1010011 0 1001100 0 1111101 1100011 111010

Color Harmonies of #2AFE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE3C

Black with #2AFE3C

Text Example


Text Example

White with #2AFE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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