Html Css Color HEX #2ADF31 Lime Green

📋 copy color: '#2ADF31'

red 42 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #2ADF31

Tints of Lime Green #2ADF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.02%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 13.38%
G = 71.02%
B = 15.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#2ADF31 (or 0x2ADF31) is known color: Lime Green. HEX triplet: 2A, DF and 31. RGB value is (42,223,49). Sum of RGB (Red+Green+Blue) = 42+223+49=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF31 is #D520CE. Grayscale: #959595. Windows color (decimal): -13967567 or 3268394. OLE color: 3268394.

HSL color Cylindrical-coordinate representation of color #2ADF31: hue angle of 122.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF31 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 49 -
CMYK 0.81 0 0.78 0.13
HSL 122.32º 0.74% 0.52% -
HSV(B) 122.32º 0.81% 0.87% -
XYZ 27.9 53.49 11.76 -
YUV 149.05 71.53 51.65 -
System Red Green Blue C M Y K H S L
Decimal 42 223 49 0.81 0 0.78 0.13 122.32 0.74 0.52
Hex 2A DF 31 51 0 4E D 7A 4A 34
Octal 52 337 61 121 0 116 15 172 112 64
Binary 101010 11011111 110001 1010001 0 1001110 1101 1111010 1001010 110100

Color Harmonies of #2ADF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF31

Black with #2ADF31

Text Example


Text Example

White with #2ADF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,49); }

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

background-color css

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

 a { background-color: rgb(42,223,49); }

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

border-color css

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

 span { border-color: rgb(42,223,49); }

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