Html Css Color HEX #66EA04 Bright Green

📋 copy color: '#66EA04'

red 102 ◦ green 234 ◦ blue 4

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

Shades of Bright Green #66EA04

Tints of Bright Green #66EA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.82%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 30%
G = 68.82%
B = 1.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#66EA04 (or 0x66EA04) is known color: Bright Green. HEX triplet: 66, EA and 04. RGB value is (102,234,4). Sum of RGB (Red+Green+Blue) = 102+234+4=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 234 (91.80% from 255 or 68.82% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EA04 is #9915FB. Grayscale: #A9A9A9. Windows color (decimal): -10032636 or 322150. OLE color: 322150.

HSL color Cylindrical-coordinate representation of color #66EA04: hue angle of 94.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66EA04 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 4 -
CMYK 0.56 0 0.98 0.08
HSL 94.43º 0.97% 0.47% -
HSV(B) 94.43º 0.98% 0.92% -
XYZ 34.92 61.68 10.18 -
YUV 168.31 35.27 80.7 -
System Red Green Blue C M Y K H S L
Decimal 102 234 4 0.56 0 0.98 0.08 94.43 0.97 0.47
Hex 66 EA 4 38 0 62 8 5E 61 2F
Octal 146 352 4 70 0 142 10 136 141 57
Binary 1100110 11101010 100 111000 0 1100010 1000 1011110 1100001 101111

Color Harmonies of #66EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EA04

Black with #66EA04

Text Example


Text Example

White with #66EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,234,4); }

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

background-color css

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

 a { background-color: rgb(102,234,4); }

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

border-color css

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

 span { border-color: rgb(102,234,4); }

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