Html Css Color HEX #82E925 Lawn Green

📋 copy color: '#82E925'

red 130 ◦ green 233 ◦ blue 37

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

Shades of Lawn Green #82E925

Tints of Lawn Green #82E925

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.25%

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 32.5%
G = 58.25%
B = 9.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#82E925 (or 0x82E925) is known color: Lawn Green. HEX triplet: 82, E9 and 25. RGB value is (130,233,37). Sum of RGB (Red+Green+Blue) = 130+233+37=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #82E925 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E925 is #7D16DA. Grayscale: #B4B4B4. Windows color (decimal): -8197851 or 2484610. OLE color: 2484610.

HSL color Cylindrical-coordinate representation of color #82E925: hue angle of 91.53º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82E925 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 233 37 -
CMYK 0.44 0 0.84 0.09
HSL 91.53º 0.82% 0.53% -
HSV(B) 91.53º 0.84% 0.91% -
XYZ 38.68 63.16 11.9 -
YUV 179.86 47.38 92.44 -
System Red Green Blue C M Y K H S L
Decimal 130 233 37 0.44 0 0.84 0.09 91.53 0.82 0.53
Hex 82 E9 25 2C 0 54 9 5C 52 35
Octal 202 351 45 54 0 124 11 134 122 65
Binary 10000010 11101001 100101 101100 0 1010100 1001 1011100 1010010 110101

Color Harmonies of #82E925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E925

Black with #82E925

Text Example


Text Example

White with #82E925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,233,37); }

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

background-color css

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

 a { background-color: rgb(130,233,37); }

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

border-color css

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

 span { border-color: rgb(130,233,37); }

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