Html Css Color HEX #66EA01 Bright Green

📋 copy color: '#66EA01'

red 102 ◦ green 234 ◦ blue 1

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

Shades of Bright Green #66EA01

Tints of Bright Green #66EA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 30.27%
G = 69.44%
B = 0.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#66EA01 (or 0x66EA01) is known color: Bright Green. HEX triplet: 66, EA and 01. RGB value is (102,234,1). Sum of RGB (Red+Green+Blue) = 102+234+1=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EA01 is #9915FE. Grayscale: #A8A8A8. Windows color (decimal): -10032639 or 125542. OLE color: 125542.

HSL color Cylindrical-coordinate representation of color #66EA01: hue angle of 93.99º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66EA01 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 1 -
CMYK 0.56 0 1.00 0.08
HSL 93.99º 0.99% 0.46% -
HSV(B) 93.99º 1% 0.92% -
XYZ 34.91 61.67 10.09 -
YUV 167.97 33.77 80.95 -
System Red Green Blue C M Y K H S L
Decimal 102 234 1 0.56 0 1.00 0.08 93.99 0.99 0.46
Hex 66 EA 1 38 0 64 8 5E 63 2E
Octal 146 352 1 70 0 144 10 136 143 56
Binary 1100110 11101010 1 111000 0 1100100 1000 1011110 1100011 101110

Color Harmonies of #66EA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EA01

Black with #66EA01

Text Example


Text Example

White with #66EA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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