Html Css Color HEX #8BF018 Chartreuse

📋 copy color: '#8BF018'

red 139 ◦ green 240 ◦ blue 24

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

Shades of Chartreuse #8BF018

Tints of Chartreuse #8BF018

RGB

 RED value IS 139 (54.69% from 255) = 34.49%

 GREEN value IS 240 (94.14% from 255) = 59.55%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 34.49%
G = 59.55%
B = 5.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#8BF018 (or 0x8BF018) is known color: Chartreuse. HEX triplet: 8B, F0 and 18. RGB value is (139,240,24). Sum of RGB (Red+Green+Blue) = 139+240+24=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF018 is #740FE7. Grayscale: #B9B9B9. Windows color (decimal): -7606248 or 1634443. OLE color: 1634443.

HSL color Cylindrical-coordinate representation of color #8BF018: hue angle of 88.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BF018 is Cyan = 0.42, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 240 24 -
CMYK 0.42 0 0.9 0.06
HSL 88.06º 0.88% 0.52% -
HSV(B) 88.06º 0.9% 0.94% -
XYZ 41.97 67.88 11.75 -
YUV 185.18 37.04 95.06 -
System Red Green Blue C M Y K H S L
Decimal 139 240 24 0.42 0 0.9 0.06 88.06 0.88 0.52
Hex 8B F0 18 2A 0 5A 6 58 58 34
Octal 213 360 30 52 0 132 6 130 130 64
Binary 10001011 11110000 11000 101010 0 1011010 110 1011000 1011000 110100

Color Harmonies of #8BF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF018

Black with #8BF018

Text Example


Text Example

White with #8BF018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BF018; }

 p { color: rgb(139,240,24); }

 H1.HeaderClassName
 {
   color: #8BF018;
 }
 .AnyTagClassName
 {
   color: #8BF018;
 }
</style>

background-color css

<style>
 a { background-color: #8BF018; }

 a { background-color: rgb(139,240,24); }

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

border-color css

<style>
 span { border-color: #8BF018; }

 span { border-color: rgb(139,240,24); }

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