Html Css Color HEX #2AF636 Lime Green

📋 copy color: '#2AF636'

red 42 ◦ green 246 ◦ blue 54

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

Shades of Lime Green #2AF636

Tints of Lime Green #2AF636

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.93%

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

R = 12.28%
G = 71.93%
B = 15.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#2AF636 (or 0x2AF636) is known color: Lime Green. HEX triplet: 2A, F6 and 36. RGB value is (42,246,54). Sum of RGB (Red+Green+Blue) = 42+246+54=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 246 (96.48% from 255 or 71.93% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF636 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF636 is #D509C9. Grayscale: #A3A3A3. Windows color (decimal): -13961674 or 3601962. OLE color: 3601962.

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

Color convert

RGB 42 246 54 -
CMYK 0.83 0 0.78 0.04
HSL 123.53º 0.92% 0.56% -
HSV(B) 123.53º 0.83% 0.96% -
XYZ 34.58 66.67 14.54 -
YUV 163.12 66.41 41.61 -
System Red Green Blue C M Y K H S L
Decimal 42 246 54 0.83 0 0.78 0.04 123.53 0.92 0.56
Hex 2A F6 36 53 0 4E 4 7C 5C 38
Octal 52 366 66 123 0 116 4 174 134 70
Binary 101010 11110110 110110 1010011 0 1001110 100 1111100 1011100 111000

Color Harmonies of #2AF636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF636

Black with #2AF636

Text Example


Text Example

White with #2AF636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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