Html Css Color HEX #82FB03 Chartreuse

📋 copy color: '#82FB03'

red 130 ◦ green 251 ◦ blue 3

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

Shades of Chartreuse #82FB03

Tints of Chartreuse #82FB03

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.36%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 33.85%
G = 65.36%
B = 0.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#82FB03 (or 0x82FB03) is known color: Chartreuse. HEX triplet: 82, FB and 03. RGB value is (130,251,3). Sum of RGB (Red+Green+Blue) = 130+251+3=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FB03 is #7D04FC. Grayscale: #BBBBBB. Windows color (decimal): -8193277 or 260994. OLE color: 260994.

HSL color Cylindrical-coordinate representation of color #82FB03: hue angle of 89.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82FB03 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 251 3 -
CMYK 0.48 0 0.99 0.02
HSL 89.27º 0.98% 0.5% -
HSV(B) 89.27º 0.99% 0.98% -
XYZ 43.72 73.75 12.02 -
YUV 186.55 24.41 87.67 -
System Red Green Blue C M Y K H S L
Decimal 130 251 3 0.48 0 0.99 0.02 89.27 0.98 0.5
Hex 82 FB 3 30 0 63 2 59 62 32
Octal 202 373 3 60 0 143 2 131 142 62
Binary 10000010 11111011 11 110000 0 1100011 10 1011001 1100010 110010

Color Harmonies of #82FB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FB03

Black with #82FB03

Text Example


Text Example

White with #82FB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,251,3); }

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

background-color css

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

 a { background-color: rgb(130,251,3); }

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

border-color css

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

 span { border-color: rgb(130,251,3); }

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