Html Css Color HEX #11FD2A Free Speech Green

📋 copy color: '#11FD2A'

red 17 ◦ green 253 ◦ blue 42

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

Shades of Free Speech Green #11FD2A

Tints of Free Speech Green #11FD2A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 81.09%

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 5.45%
G = 81.09%
B = 13.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#11FD2A (or 0x11FD2A) is known color: Free Speech Green. HEX triplet: 11, FD and 2A. RGB value is (17,253,42). Sum of RGB (Red+Green+Blue) = 17+253+42=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 253 (99.22% from 255 or 81.09% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 253 - color contains mainly: green. Hex color #11FD2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FD2A is #EE02D5. Grayscale: #9E9E9E. Windows color (decimal): -15598294 or 2817297. OLE color: 2817297.

HSL color Cylindrical-coordinate representation of color #11FD2A: hue angle of 126.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FD2A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 253 42 -
CMYK 0.93 0 0.83 0.01
HSL 126.36º 0.98% 0.53% -
HSV(B) 126.36º 0.93% 0.99% -
XYZ 35.77 70.54 13.92 -
YUV 158.38 62.31 27.16 -
System Red Green Blue C M Y K H S L
Decimal 17 253 42 0.93 0 0.83 0.01 126.36 0.98 0.53
Hex 11 FD 2A 5D 0 53 1 7E 62 35
Octal 21 375 52 135 0 123 1 176 142 65
Binary 10001 11111101 101010 1011101 0 1010011 1 1111110 1100010 110101

Color Harmonies of #11FD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FD2A

Black with #11FD2A

Text Example


Text Example

White with #11FD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,253,42); }

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

background-color css

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

 a { background-color: rgb(17,253,42); }

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

border-color css

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

 span { border-color: rgb(17,253,42); }

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