Html Css Color HEX #11CF04 Free Speech Green

📋 copy color: '#11CF04'

red 17 ◦ green 207 ◦ blue 4

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

Shades of Free Speech Green #11CF04

Tints of Free Speech Green #11CF04

RGB

 RED value IS 17 (7.03% from 255) = 7.46%

 GREEN value IS 207 (81.25% from 255) = 90.79%

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

R = 7.46%
G = 90.79%
B = 1.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#11CF04 (or 0x11CF04) is known color: Free Speech Green. HEX triplet: 11, CF and 04. RGB value is (17,207,4). Sum of RGB (Red+Green+Blue) = 17+207+4=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 207 (81.25% from 255 or 90.79% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CF04 is #EE30FB. Grayscale: #7F7F7F. Windows color (decimal): -15610108 or 315153. OLE color: 315153.

HSL color Cylindrical-coordinate representation of color #11CF04: hue angle of 116.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11CF04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 207 4 -
CMYK 0.92 0 0.98 0.19
HSL 116.16º 0.96% 0.41% -
HSV(B) 116.16º 0.98% 0.81% -
XYZ 22.57 44.75 7.56 -
YUV 127.05 58.55 49.51 -
System Red Green Blue C M Y K H S L
Decimal 17 207 4 0.92 0 0.98 0.19 116.16 0.96 0.41
Hex 11 CF 4 5C 0 62 13 74 60 29
Octal 21 317 4 134 0 142 23 164 140 51
Binary 10001 11001111 100 1011100 0 1100010 10011 1110100 1100000 101001

Color Harmonies of #11CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CF04

Black with #11CF04

Text Example


Text Example

White with #11CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11CF04; }

 p { color: rgb(17,207,4); }

 H1.HeaderClassName
 {
   color: #11CF04;
 }
 .AnyTagClassName
 {
   color: #11CF04;
 }
</style>

background-color css

<style>
 a { background-color: #11CF04; }

 a { background-color: rgb(17,207,4); }

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

border-color css

<style>
 span { border-color: #11CF04; }

 span { border-color: rgb(17,207,4); }

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