Html Css Color HEX #2AEF32 Lime Green

📋 copy color: '#2AEF32'

red 42 ◦ green 239 ◦ blue 50

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

Shades of Lime Green #2AEF32

Tints of Lime Green #2AEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.21%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 12.69%
G = 72.21%
B = 15.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#2AEF32 (or 0x2AEF32) is known color: Lime Green. HEX triplet: 2A, EF and 32. RGB value is (42,239,50). Sum of RGB (Red+Green+Blue) = 42+239+50=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEF32 is #D510CD. Grayscale: #9F9F9F. Windows color (decimal): -13963470 or 3338026. OLE color: 3338026.

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

Color convert

RGB 42 239 50 -
CMYK 0.82 0 0.79 0.06
HSL 122.44º 0.86% 0.55% -
HSV(B) 122.44º 0.82% 0.94% -
XYZ 32.4 62.46 13.37 -
YUV 158.55 66.73 44.87 -
System Red Green Blue C M Y K H S L
Decimal 42 239 50 0.82 0 0.79 0.06 122.44 0.86 0.55
Hex 2A EF 32 52 0 4F 6 7A 56 37
Octal 52 357 62 122 0 117 6 172 126 67
Binary 101010 11101111 110010 1010010 0 1001111 110 1111010 1010110 110111

Color Harmonies of #2AEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEF32

Black with #2AEF32

Text Example


Text Example

White with #2AEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,239,50); }

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

background-color css

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

 a { background-color: rgb(42,239,50); }

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

border-color css

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

 span { border-color: rgb(42,239,50); }

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