Html Css Color HEX #2AF027 Lime Green

📋 copy color: '#2AF027'

red 42 ◦ green 240 ◦ blue 39

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

Shades of Lime Green #2AF027

Tints of Lime Green #2AF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.77%

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 13.08%
G = 74.77%
B = 12.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#2AF027 (or 0x2AF027) is known color: Lime Green. HEX triplet: 2A, F0 and 27. RGB value is (42,240,39). Sum of RGB (Red+Green+Blue) = 42+240+39=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF027 is #D50FD8. Grayscale: #9E9E9E. Windows color (decimal): -13963225 or 2617386. OLE color: 2617386.

HSL color Cylindrical-coordinate representation of color #2AF027: hue angle of 119.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AF027 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 240 39 -
CMYK 0.82 0 0.84 0.06
HSL 119.1º 0.87% 0.55% -
HSV(B) 119.1º 0.84% 0.94% -
XYZ 32.48 62.96 12.36 -
YUV 157.88 60.9 45.34 -
System Red Green Blue C M Y K H S L
Decimal 42 240 39 0.82 0 0.84 0.06 119.1 0.87 0.55
Hex 2A F0 27 52 0 54 6 77 57 37
Octal 52 360 47 122 0 124 6 167 127 67
Binary 101010 11110000 100111 1010010 0 1010100 110 1110111 1010111 110111

Color Harmonies of #2AF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF027

Black with #2AF027

Text Example


Text Example

White with #2AF027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,240,39); }

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

background-color css

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

 a { background-color: rgb(42,240,39); }

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

border-color css

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

 span { border-color: rgb(42,240,39); }

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