Html Css Color HEX #82EE1D Lawn Green

📋 copy color: '#82EE1D'

red 130 ◦ green 238 ◦ blue 29

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

Shades of Lawn Green #82EE1D

Tints of Lawn Green #82EE1D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 59.95%

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 32.75%
G = 59.95%
B = 7.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#82EE1D (or 0x82EE1D) is known color: Lawn Green. HEX triplet: 82, EE and 1D. RGB value is (130,238,29). Sum of RGB (Red+Green+Blue) = 130+238+29=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 238 (93.36% from 255 or 59.95% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EE1D is #7D11E2. Grayscale: #B6B6B6. Windows color (decimal): -8196579 or 1961602. OLE color: 1961602.

HSL color Cylindrical-coordinate representation of color #82EE1D: hue angle of 91º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82EE1D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 29 -
CMYK 0.45 0 0.88 0.07
HSL 91º 0.86% 0.52% -
HSV(B) 91º 0.88% 0.93% -
XYZ 40 65.98 11.79 -
YUV 181.88 41.72 90.99 -
System Red Green Blue C M Y K H S L
Decimal 130 238 29 0.45 0 0.88 0.07 91 0.86 0.52
Hex 82 EE 1D 2D 0 58 7 5B 56 34
Octal 202 356 35 55 0 130 7 133 126 64
Binary 10000010 11101110 11101 101101 0 1011000 111 1011011 1010110 110100

Color Harmonies of #82EE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EE1D

Black with #82EE1D

Text Example


Text Example

White with #82EE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,238,29); }

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

background-color css

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

 a { background-color: rgb(130,238,29); }

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

border-color css

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

 span { border-color: rgb(130,238,29); }

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