Html Css Color HEX #60E414 Bright Green

📋 copy color: '#60E414'

red 96 ◦ green 228 ◦ blue 20

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

Shades of Bright Green #60E414

Tints of Bright Green #60E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.28%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 27.91%
G = 66.28%
B = 5.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#60E414 (or 0x60E414) is known color: Bright Green. HEX triplet: 60, E4 and 14. RGB value is (96,228,20). Sum of RGB (Red+Green+Blue) = 96+228+20=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #60E414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60E414 is #9F1BEB. Grayscale: #A5A5A5. Windows color (decimal): -10427372 or 1369184. OLE color: 1369184.

HSL color Cylindrical-coordinate representation of color #60E414: hue angle of 98.08º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60E414 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 228 20 -
CMYK 0.58 0 0.91 0.11
HSL 98.08º 0.84% 0.49% -
HSV(B) 98.08º 0.91% 0.89% -
XYZ 32.69 58.02 10.14 -
YUV 164.82 46.27 78.91 -
System Red Green Blue C M Y K H S L
Decimal 96 228 20 0.58 0 0.91 0.11 98.08 0.84 0.49
Hex 60 E4 14 3A 0 5B B 62 54 31
Octal 140 344 24 72 0 133 13 142 124 61
Binary 1100000 11100100 10100 111010 0 1011011 1011 1100010 1010100 110001

Color Harmonies of #60E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E414

Black with #60E414

Text Example


Text Example

White with #60E414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,228,20); }

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

background-color css

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

 a { background-color: rgb(96,228,20); }

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

border-color css

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

 span { border-color: rgb(96,228,20); }

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