Html Css Color HEX #66E013 Bright Green

📋 copy color: '#66E013'

red 102 ◦ green 224 ◦ blue 19

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

Shades of Bright Green #66E013

Tints of Bright Green #66E013

RGB

 RED value IS 102 (40.23% from 255) = 29.57%

 GREEN value IS 224 (87.89% from 255) = 64.93%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 29.57%
G = 64.93%
B = 5.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#66E013 (or 0x66E013) is known color: Bright Green. HEX triplet: 66, E0 and 13. RGB value is (102,224,19). Sum of RGB (Red+Green+Blue) = 102+224+19=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #66E013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E013 is #991FEC. Grayscale: #A4A4A4. Windows color (decimal): -10035181 or 1302630. OLE color: 1302630.

HSL color Cylindrical-coordinate representation of color #66E013: hue angle of 95.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66E013 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 224 19 -
CMYK 0.54 0 0.92 0.12
HSL 95.71º 0.84% 0.48% -
HSV(B) 95.71º 0.92% 0.88% -
XYZ 32.25 56.18 9.76 -
YUV 164.15 46.08 83.67 -
System Red Green Blue C M Y K H S L
Decimal 102 224 19 0.54 0 0.92 0.12 95.71 0.84 0.48
Hex 66 E0 13 36 0 5C C 60 54 30
Octal 146 340 23 66 0 134 14 140 124 60
Binary 1100110 11100000 10011 110110 0 1011100 1100 1100000 1010100 110000

Color Harmonies of #66E013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E013

Black with #66E013

Text Example


Text Example

White with #66E013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66E013; }

 p { color: rgb(102,224,19); }

 H1.HeaderClassName
 {
   color: #66E013;
 }
 .AnyTagClassName
 {
   color: #66E013;
 }
</style>

background-color css

<style>
 a { background-color: #66E013; }

 a { background-color: rgb(102,224,19); }

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

border-color css

<style>
 span { border-color: #66E013; }

 span { border-color: rgb(102,224,19); }

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