Html Css Color HEX #66FA13 Bright Green

📋 copy color: '#66FA13'

red 102 ◦ green 250 ◦ blue 19

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

Shades of Bright Green #66FA13

Tints of Bright Green #66FA13

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.39%

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

R = 27.49%
G = 67.39%
B = 5.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#66FA13 (or 0x66FA13) is known color: Bright Green. HEX triplet: 66, FA and 13. RGB value is (102,250,19). Sum of RGB (Red+Green+Blue) = 102+250+19=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #66FA13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66FA13 is #9905EC. Grayscale: #B4B4B4. Windows color (decimal): -10028525 or 1309286. OLE color: 1309286.

HSL color Cylindrical-coordinate representation of color #66FA13: hue angle of 98.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66FA13 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 250 19 -
CMYK 0.59 0 0.92 0.02
HSL 98.44º 0.96% 0.53% -
HSV(B) 98.44º 0.92% 0.98% -
XYZ 39.78 71.24 12.27 -
YUV 179.41 37.47 72.78 -
System Red Green Blue C M Y K H S L
Decimal 102 250 19 0.59 0 0.92 0.02 98.44 0.96 0.53
Hex 66 FA 13 3B 0 5C 2 62 60 35
Octal 146 372 23 73 0 134 2 142 140 65
Binary 1100110 11111010 10011 111011 0 1011100 10 1100010 1100000 110101

Color Harmonies of #66FA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FA13

Black with #66FA13

Text Example


Text Example

White with #66FA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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