Html Css Color HEX #12CC03 Free Speech Green

📋 copy color: '#12CC03'

red 18 ◦ green 204 ◦ blue 3

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

Shades of Free Speech Green #12CC03

Tints of Free Speech Green #12CC03

RGB

 RED value IS 18 (7.42% from 255) = 8%

 GREEN value IS 204 (80.08% from 255) = 90.67%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 8%
G = 90.67%
B = 1.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#12CC03 (or 0x12CC03) is known color: Free Speech Green. HEX triplet: 12, CC and 03. RGB value is (18,204,3). Sum of RGB (Red+Green+Blue) = 18+204+3=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 204 (80.08% from 255 or 90.67% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CC03 is #ED33FC. Grayscale: #7E7E7E. Windows color (decimal): -15545341 or 248850. OLE color: 248850.

HSL color Cylindrical-coordinate representation of color #12CC03: hue angle of 115.52º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12CC03 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 3 -
CMYK 0.91 0 0.99 0.2
HSL 115.52º 0.97% 0.41% -
HSV(B) 115.52º 0.99% 0.8% -
XYZ 21.86 43.32 7.3 -
YUV 125.47 58.88 51.34 -
System Red Green Blue C M Y K H S L
Decimal 18 204 3 0.91 0 0.99 0.2 115.52 0.97 0.41
Hex 12 CC 3 5B 0 63 14 74 61 29
Octal 22 314 3 133 0 143 24 164 141 51
Binary 10010 11001100 11 1011011 0 1100011 10100 1110100 1100001 101001

Color Harmonies of #12CC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC03

Black with #12CC03

Text Example


Text Example

White with #12CC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CC03; }

 p { color: rgb(18,204,3); }

 H1.HeaderClassName
 {
   color: #12CC03;
 }
 .AnyTagClassName
 {
   color: #12CC03;
 }
</style>

background-color css

<style>
 a { background-color: #12CC03; }

 a { background-color: rgb(18,204,3); }

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

border-color css

<style>
 span { border-color: #12CC03; }

 span { border-color: rgb(18,204,3); }

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