Html Css Color HEX #1CD40C Free Speech Green

📋 copy color: '#1CD40C'

red 28 ◦ green 212 ◦ blue 12

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

Shades of Free Speech Green #1CD40C

Tints of Free Speech Green #1CD40C

RGB

 RED value IS 28 (11.33% from 255) = 11.11%

 GREEN value IS 212 (83.2% from 255) = 84.13%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 11.11%
G = 84.13%
B = 4.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#1CD40C (or 0x1CD40C) is known color: Free Speech Green. HEX triplet: 1C, D4 and 0C. RGB value is (28,212,12). Sum of RGB (Red+Green+Blue) = 28+212+12=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 212 (83.20% from 255 or 84.13% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD40C is #E32BF3. Grayscale: #868686. Windows color (decimal): -14887924 or 840732. OLE color: 840732.

HSL color Cylindrical-coordinate representation of color #1CD40C: hue angle of 115.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CD40C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 28 212 12 -
CMYK 0.87 0 0.94 0.17
HSL 115.2º 0.89% 0.44% -
HSV(B) 115.2º 0.94% 0.83% -
XYZ 24.09 47.36 8.22 -
YUV 134.18 59.04 52.26 -
System Red Green Blue C M Y K H S L
Decimal 28 212 12 0.87 0 0.94 0.17 115.2 0.89 0.44
Hex 1C D4 C 57 0 5E 11 73 59 2C
Octal 34 324 14 127 0 136 21 163 131 54
Binary 11100 11010100 1100 1010111 0 1011110 10001 1110011 1011001 101100

Color Harmonies of #1CD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD40C

Black with #1CD40C

Text Example


Text Example

White with #1CD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CD40C; }

 p { color: rgb(28,212,12); }

 H1.HeaderClassName
 {
   color: #1CD40C;
 }
 .AnyTagClassName
 {
   color: #1CD40C;
 }
</style>

background-color css

<style>
 a { background-color: #1CD40C; }

 a { background-color: rgb(28,212,12); }

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

border-color css

<style>
 span { border-color: #1CD40C; }

 span { border-color: rgb(28,212,12); }

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