Html Css Color HEX #2ADB34 Lime Green

📋 copy color: '#2ADB34'

red 42 ◦ green 219 ◦ blue 52

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

Shades of Lime Green #2ADB34

Tints of Lime Green #2ADB34

RGB

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

 GREEN value IS 219 (85.94% from 255) = 69.97%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 13.42%
G = 69.97%
B = 16.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#2ADB34 (or 0x2ADB34) is known color: Lime Green. HEX triplet: 2A, DB and 34. RGB value is (42,219,52). Sum of RGB (Red+Green+Blue) = 42+219+52=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADB34 is #D524CB. Grayscale: #939393. Windows color (decimal): -13968588 or 3463978. OLE color: 3463978.

HSL color Cylindrical-coordinate representation of color #2ADB34: hue angle of 123.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADB34 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 219 52 -
CMYK 0.81 0 0.76 0.14
HSL 123.39º 0.71% 0.51% -
HSV(B) 123.39º 0.81% 0.86% -
XYZ 26.91 51.4 11.75 -
YUV 147.04 74.36 53.08 -
System Red Green Blue C M Y K H S L
Decimal 42 219 52 0.81 0 0.76 0.14 123.39 0.71 0.51
Hex 2A DB 34 51 0 4C E 7B 47 33
Octal 52 333 64 121 0 114 16 173 107 63
Binary 101010 11011011 110100 1010001 0 1001100 1110 1111011 1000111 110011

Color Harmonies of #2ADB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB34

Black with #2ADB34

Text Example


Text Example

White with #2ADB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,219,52); }

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

background-color css

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

 a { background-color: rgb(42,219,52); }

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

border-color css

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

 span { border-color: rgb(42,219,52); }

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