Html Css Color HEX #82FC2D Chartreuse

📋 copy color: '#82FC2D'

red 130 ◦ green 252 ◦ blue 45

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

Shades of Chartreuse #82FC2D

Tints of Chartreuse #82FC2D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.02%

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 30.44%
G = 59.02%
B = 10.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#82FC2D (or 0x82FC2D) is known color: Chartreuse. HEX triplet: 82, FC and 2D. RGB value is (130,252,45). Sum of RGB (Red+Green+Blue) = 130+252+45=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #82FC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FC2D is #7D03D2. Grayscale: #C0C0C0. Windows color (decimal): -8192979 or 3013762. OLE color: 3013762.

HSL color Cylindrical-coordinate representation of color #82FC2D: hue angle of 95.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82FC2D is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 252 45 -
CMYK 0.48 0 0.82 0.01
HSL 95.36º 0.97% 0.58% -
HSV(B) 95.36º 0.82% 0.99% -
XYZ 44.49 74.56 14.53 -
YUV 191.92 45.08 83.83 -
System Red Green Blue C M Y K H S L
Decimal 130 252 45 0.48 0 0.82 0.01 95.36 0.97 0.58
Hex 82 FC 2D 30 0 52 1 5F 61 3A
Octal 202 374 55 60 0 122 1 137 141 72
Binary 10000010 11111100 101101 110000 0 1010010 1 1011111 1100001 111010

Color Harmonies of #82FC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FC2D

Black with #82FC2D

Text Example


Text Example

White with #82FC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,252,45); }

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

background-color css

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

 a { background-color: rgb(130,252,45); }

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

border-color css

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

 span { border-color: rgb(130,252,45); }

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