Html Css Color HEX #66FF02 Bright Green

📋 copy color: '#66FF02'

red 102 ◦ green 255 ◦ blue 2

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

Shades of Bright Green #66FF02

Tints of Bright Green #66FF02

RGB

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

 GREEN value IS 255 (100% from 255) = 71.03%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 28.41%
G = 71.03%
B = 0.56%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#66FF02 (or 0x66FF02) is known color: Bright Green. HEX triplet: 66, FF and 02. RGB value is (102,255,2). Sum of RGB (Red+Green+Blue) = 102+255+2=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66FF02 is #9900FD. Grayscale: #B5B5B5. Windows color (decimal): -10027262 or 196454. OLE color: 196454.

HSL color Cylindrical-coordinate representation of color #66FF02: hue angle of 96.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66FF02 is Cyan = 0.6, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 2 -
CMYK 0.6 0 0.99 0
HSL 96.28º 1% 0.5% -
HSV(B) 96.28º 0.99% 1% -
XYZ 41.25 74.35 12.23 -
YUV 180.41 27.31 72.07 -
System Red Green Blue C M Y K H S L
Decimal 102 255 2 0.6 0 0.99 0 96.28 1 0.5
Hex 66 FF 2 3C 0 63 0 60 64 32
Octal 146 377 2 74 0 143 0 140 144 62
Binary 1100110 11111111 10 111100 0 1100011 0 1100000 1100100 110010

Color Harmonies of #66FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FF02

Black with #66FF02

Text Example


Text Example

White with #66FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,255,2); }

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

background-color css

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

 a { background-color: rgb(102,255,2); }

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

border-color css

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

 span { border-color: rgb(102,255,2); }

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