Html Css Color HEX #2AFA32 Lime Green

📋 copy color: '#2AFA32'

red 42 ◦ green 250 ◦ blue 50

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

Shades of Lime Green #2AFA32

Tints of Lime Green #2AFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.1%

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

R = 12.28%
G = 73.1%
B = 14.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#2AFA32 (or 0x2AFA32) is known color: Lime Green. HEX triplet: 2A, FA and 32. RGB value is (42,250,50). Sum of RGB (Red+Green+Blue) = 42+250+50=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFA32 is #D505CD. Grayscale: #A5A5A5. Windows color (decimal): -13960654 or 3340842. OLE color: 3340842.

HSL color Cylindrical-coordinate representation of color #2AFA32: hue angle of 122.31º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFA32 is Cyan = 0.83, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 250 50 -
CMYK 0.83 0 0.8 0.02
HSL 122.31º 0.95% 0.57% -
HSV(B) 122.31º 0.83% 0.98% -
XYZ 35.72 69.09 14.47 -
YUV 165.01 63.09 40.26 -
System Red Green Blue C M Y K H S L
Decimal 42 250 50 0.83 0 0.8 0.02 122.31 0.95 0.57
Hex 2A FA 32 53 0 50 2 7A 5F 39
Octal 52 372 62 123 0 120 2 172 137 71
Binary 101010 11111010 110010 1010011 0 1010000 10 1111010 1011111 111001

Color Harmonies of #2AFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA32

Black with #2AFA32

Text Example


Text Example

White with #2AFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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