Html Css Color HEX #60F018 Bright Green

📋 copy color: '#60F018'

red 96 ◦ green 240 ◦ blue 24

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

Shades of Bright Green #60F018

Tints of Bright Green #60F018

RGB

 RED value IS 96 (37.89% from 255) = 26.67%

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

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

R = 26.67%
G = 66.67%
B = 6.67%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#60F018 (or 0x60F018) is known color: Bright Green. HEX triplet: 60, F0 and 18. RGB value is (96,240,24). Sum of RGB (Red+Green+Blue) = 96+240+24=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #60F018 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F018 is #9F0FE7. Grayscale: #ADADAD. Windows color (decimal): -10424296 or 1634400. OLE color: 1634400.

HSL color Cylindrical-coordinate representation of color #60F018: hue angle of 100º 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 #60F018 is Cyan = 0.6, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 240 24 -
CMYK 0.6 0 0.9 0.06
HSL 100º 0.88% 0.52% -
HSV(B) 100º 0.9% 0.94% -
XYZ 36.15 64.87 11.48 -
YUV 172.32 44.29 73.56 -
System Red Green Blue C M Y K H S L
Decimal 96 240 24 0.6 0 0.9 0.06 100 0.88 0.52
Hex 60 F0 18 3C 0 5A 6 64 58 34
Octal 140 360 30 74 0 132 6 144 130 64
Binary 1100000 11110000 11000 111100 0 1011010 110 1100100 1011000 110100

Color Harmonies of #60F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F018

Black with #60F018

Text Example


Text Example

White with #60F018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60F018; }

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

 H1.HeaderClassName
 {
   color: #60F018;
 }
 .AnyTagClassName
 {
   color: #60F018;
 }
</style>

background-color css

<style>
 a { background-color: #60F018; }

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

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

border-color css

<style>
 span { border-color: #60F018; }

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

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