Html Css Color HEX #82DF18 Lawn Green

📋 copy color: '#82DF18'

red 130 ◦ green 223 ◦ blue 24

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

Shades of Lawn Green #82DF18

Tints of Lawn Green #82DF18

RGB

 RED value IS 130 (51.17% from 255) = 34.48%

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

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 34.48%
G = 59.15%
B = 6.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#82DF18 (or 0x82DF18) is known color: Lawn Green. HEX triplet: 82, DF and 18. RGB value is (130,223,24). Sum of RGB (Red+Green+Blue) = 130+223+24=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DF18 is #7D20E7. Grayscale: #ADADAD. Windows color (decimal): -8200424 or 1630082. OLE color: 1630082.

HSL color Cylindrical-coordinate representation of color #82DF18: hue angle of 88.04º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82DF18 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 24 -
CMYK 0.42 0 0.89 0.13
HSL 88.04º 0.81% 0.48% -
HSV(B) 88.04º 0.89% 0.87% -
XYZ 35.76 57.59 10.09 -
YUV 172.51 44.19 97.68 -
System Red Green Blue C M Y K H S L
Decimal 130 223 24 0.42 0 0.89 0.13 88.04 0.81 0.48
Hex 82 DF 18 2A 0 59 D 58 51 30
Octal 202 337 30 52 0 131 15 130 121 60
Binary 10000010 11011111 11000 101010 0 1011001 1101 1011000 1010001 110000

Color Harmonies of #82DF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF18

Black with #82DF18

Text Example


Text Example

White with #82DF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82DF18; }

 p { color: rgb(130,223,24); }

 H1.HeaderClassName
 {
   color: #82DF18;
 }
 .AnyTagClassName
 {
   color: #82DF18;
 }
</style>

background-color css

<style>
 a { background-color: #82DF18; }

 a { background-color: rgb(130,223,24); }

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

border-color css

<style>
 span { border-color: #82DF18; }

 span { border-color: rgb(130,223,24); }

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