Html Css Color HEX #66F118 Bright Green

📋 copy color: '#66F118'

red 102 ◦ green 241 ◦ blue 24

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

Shades of Bright Green #66F118

Tints of Bright Green #66F118

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.67%

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 27.79%
G = 65.67%
B = 6.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#66F118 (or 0x66F118) is known color: Bright Green. HEX triplet: 66, F1 and 18. RGB value is (102,241,24). Sum of RGB (Red+Green+Blue) = 102+241+24=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #66F118 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F118 is #990EE7. Grayscale: #AFAFAF. Windows color (decimal): -10030824 or 1634662. OLE color: 1634662.

HSL color Cylindrical-coordinate representation of color #66F118: hue angle of 98.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66F118 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 241 24 -
CMYK 0.58 0 0.90 0.05
HSL 98.43º 0.89% 0.52% -
HSV(B) 98.43º 0.9% 0.95% -
XYZ 37.1 65.8 11.61 -
YUV 174.7 42.95 76.14 -
System Red Green Blue C M Y K H S L
Decimal 102 241 24 0.58 0 0.90 0.05 98.43 0.89 0.52
Hex 66 F1 18 3A 0 5A 5 62 59 34
Octal 146 361 30 72 0 132 5 142 131 64
Binary 1100110 11110001 11000 111010 0 1011010 101 1100010 1011001 110100

Color Harmonies of #66F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F118

Black with #66F118

Text Example


Text Example

White with #66F118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,241,24); }

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

background-color css

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

 a { background-color: rgb(102,241,24); }

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

border-color css

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

 span { border-color: rgb(102,241,24); }

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