Html Css Color HEX #82FB2B Chartreuse

📋 copy color: '#82FB2B'

red 130 ◦ green 251 ◦ blue 43

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

Shades of Chartreuse #82FB2B

Tints of Chartreuse #82FB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 30.66%
G = 59.2%
B = 10.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#82FB2B (or 0x82FB2B) is known color: Chartreuse. HEX triplet: 82, FB and 2B. RGB value is (130,251,43). Sum of RGB (Red+Green+Blue) = 130+251+43=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FB2B is #7D04D4. Grayscale: #BFBFBF. Windows color (decimal): -8193237 or 2882434. OLE color: 2882434.

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

Color convert

RGB 130 251 43 -
CMYK 0.48 0 0.83 0.02
HSL 94.9º 0.96% 0.58% -
HSV(B) 94.9º 0.83% 0.98% -
XYZ 44.14 73.91 14.23 -
YUV 191.11 44.41 84.41 -
System Red Green Blue C M Y K H S L
Decimal 130 251 43 0.48 0 0.83 0.02 94.9 0.96 0.58
Hex 82 FB 2B 30 0 53 2 5F 60 3A
Octal 202 373 53 60 0 123 2 137 140 72
Binary 10000010 11111011 101011 110000 0 1010011 10 1011111 1100000 111010

Color Harmonies of #82FB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FB2B

Black with #82FB2B

Text Example


Text Example

White with #82FB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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