Html Css Color HEX #82FB24 Chartreuse

📋 copy color: '#82FB24'

red 130 ◦ green 251 ◦ blue 36

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

Shades of Chartreuse #82FB24

Tints of Chartreuse #82FB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 31.18%
G = 60.19%
B = 8.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#82FB24 (or 0x82FB24) is known color: Chartreuse. HEX triplet: 82, FB and 24. RGB value is (130,251,36). Sum of RGB (Red+Green+Blue) = 130+251+36=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #82FB24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FB24 is #7D04DB. Grayscale: #BFBFBF. Windows color (decimal): -8193244 or 2423682. OLE color: 2423682.

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

Color convert

RGB 130 251 36 -
CMYK 0.48 0 0.86 0.02
HSL 93.77º 0.96% 0.56% -
HSV(B) 93.77º 0.86% 0.98% -
XYZ 44.02 73.87 13.61 -
YUV 190.31 40.91 84.98 -
System Red Green Blue C M Y K H S L
Decimal 130 251 36 0.48 0 0.86 0.02 93.77 0.96 0.56
Hex 82 FB 24 30 0 56 2 5E 60 38
Octal 202 373 44 60 0 126 2 136 140 70
Binary 10000010 11111011 100100 110000 0 1010110 10 1011110 1100000 111000

Color Harmonies of #82FB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FB24

Black with #82FB24

Text Example


Text Example

White with #82FB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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