Html Css Color HEX #82EF28 Lawn Green

📋 copy color: '#82EF28'

red 130 ◦ green 239 ◦ blue 40

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

Shades of Lawn Green #82EF28

Tints of Lawn Green #82EF28

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.44%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 31.78%
G = 58.44%
B = 9.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#82EF28 (or 0x82EF28) is known color: Lawn Green. HEX triplet: 82, EF and 28. RGB value is (130,239,40). Sum of RGB (Red+Green+Blue) = 130+239+40=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EF28 is #7D10D7. Grayscale: #B8B8B8. Windows color (decimal): -8196312 or 2682754. OLE color: 2682754.

HSL color Cylindrical-coordinate representation of color #82EF28: hue angle of 92.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82EF28 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 40 -
CMYK 0.46 0 0.83 0.06
HSL 92.86º 0.86% 0.55% -
HSV(B) 92.86º 0.83% 0.94% -
XYZ 40.46 66.63 12.74 -
YUV 183.72 46.89 89.68 -
System Red Green Blue C M Y K H S L
Decimal 130 239 40 0.46 0 0.83 0.06 92.86 0.86 0.55
Hex 82 EF 28 2E 0 53 6 5D 56 37
Octal 202 357 50 56 0 123 6 135 126 67
Binary 10000010 11101111 101000 101110 0 1010011 110 1011101 1010110 110111

Color Harmonies of #82EF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EF28

Black with #82EF28

Text Example


Text Example

White with #82EF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,239,40); }

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

background-color css

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

 a { background-color: rgb(130,239,40); }

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

border-color css

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

 span { border-color: rgb(130,239,40); }

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