Html Css Color HEX #1ADF34 Lime Green

📋 copy color: '#1ADF34'

red 26 ◦ green 223 ◦ blue 52

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

Shades of Lime Green #1ADF34

Tints of Lime Green #1ADF34

RGB

 RED value IS 26 (10.55% from 255) = 8.64%

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

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

R = 8.64%
G = 74.09%
B = 17.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#1ADF34 (or 0x1ADF34) is known color: Lime Green. HEX triplet: 1A, DF and 34. RGB value is (26,223,52). Sum of RGB (Red+Green+Blue) = 26+223+52=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADF34 is #E520CB. Grayscale: #919191. Windows color (decimal): -15016140 or 3464986. OLE color: 3464986.

HSL color Cylindrical-coordinate representation of color #1ADF34: hue angle of 127.92º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADF34 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 223 52 -
CMYK 0.88 0 0.77 0.13
HSL 127.92º 0.79% 0.49% -
HSV(B) 127.92º 0.88% 0.87% -
XYZ 27.43 53.24 12.08 -
YUV 144.6 75.73 43.4 -
System Red Green Blue C M Y K H S L
Decimal 26 223 52 0.88 0 0.77 0.13 127.92 0.79 0.49
Hex 1A DF 34 58 0 4D D 80 4F 31
Octal 32 337 64 130 0 115 15 200 117 61
Binary 11010 11011111 110100 1011000 0 1001101 1101 10000000 1001111 110001

Color Harmonies of #1ADF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADF34

Black with #1ADF34

Text Example


Text Example

White with #1ADF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ADF34; }

 p { color: rgb(26,223,52); }

 H1.HeaderClassName
 {
   color: #1ADF34;
 }
 .AnyTagClassName
 {
   color: #1ADF34;
 }
</style>

background-color css

<style>
 a { background-color: #1ADF34; }

 a { background-color: rgb(26,223,52); }

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

border-color css

<style>
 span { border-color: #1ADF34; }

 span { border-color: rgb(26,223,52); }

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