Html Css Color HEX #2AF236 Lime Green

📋 copy color: '#2AF236'

red 42 ◦ green 242 ◦ blue 54

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

Shades of Lime Green #2AF236

Tints of Lime Green #2AF236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 12.43%
G = 71.6%
B = 15.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#2AF236 (or 0x2AF236) is known color: Lime Green. HEX triplet: 2A, F2 and 36. RGB value is (42,242,54). Sum of RGB (Red+Green+Blue) = 42+242+54=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF236 is #D50DC9. Grayscale: #A1A1A1. Windows color (decimal): -13962698 or 3600938. OLE color: 3600938.

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

Color convert

RGB 42 242 54 -
CMYK 0.83 0 0.78 0.05
HSL 123.6º 0.88% 0.56% -
HSV(B) 123.6º 0.83% 0.95% -
XYZ 33.37 64.26 14.14 -
YUV 160.77 67.74 43.29 -
System Red Green Blue C M Y K H S L
Decimal 42 242 54 0.83 0 0.78 0.05 123.6 0.88 0.56
Hex 2A F2 36 53 0 4E 5 7C 58 38
Octal 52 362 66 123 0 116 5 174 130 70
Binary 101010 11110010 110110 1010011 0 1001110 101 1111100 1011000 111000

Color Harmonies of #2AF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF236

Black with #2AF236

Text Example


Text Example

White with #2AF236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,242,54); }

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

background-color css

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

 a { background-color: rgb(42,242,54); }

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

border-color css

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

 span { border-color: rgb(42,242,54); }

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