Html Css Color HEX #0CCC03 Free Speech Green

📋 copy color: '#0CCC03'

red 12 ◦ green 204 ◦ blue 3

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

Shades of Free Speech Green #0CCC03

Tints of Free Speech Green #0CCC03

RGB

 RED value IS 12 (5.08% from 255) = 5.48%

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

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

R = 5.48%
G = 93.15%
B = 1.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#0CCC03 (or 0x0CCC03) is known color: Free Speech Green. HEX triplet: 0C, CC and 03. RGB value is (12,204,3). Sum of RGB (Red+Green+Blue) = 12+204+3=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 204 (80.08% from 255 or 93.15% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCC03 is #F333FC. Grayscale: #7C7C7C. Windows color (decimal): -15938557 or 248844. OLE color: 248844.

HSL color Cylindrical-coordinate representation of color #0CCC03: hue angle of 117.31º 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 #0CCC03 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 204 3 -
CMYK 0.94 0 0.99 0.2
HSL 117.31º 0.97% 0.41% -
HSV(B) 117.31º 0.99% 0.8% -
XYZ 21.76 43.27 7.29 -
YUV 123.68 59.89 48.34 -
System Red Green Blue C M Y K H S L
Decimal 12 204 3 0.94 0 0.99 0.2 117.31 0.97 0.41
Hex C CC 3 5E 0 63 14 75 61 29
Octal 14 314 3 136 0 143 24 165 141 51
Binary 1100 11001100 11 1011110 0 1100011 10100 1110101 1100001 101001

Color Harmonies of #0CCC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC03

Black with #0CCC03

Text Example


Text Example

White with #0CCC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CCC03; }

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

 H1.HeaderClassName
 {
   color: #0CCC03;
 }
 .AnyTagClassName
 {
   color: #0CCC03;
 }
</style>

background-color css

<style>
 a { background-color: #0CCC03; }

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

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

border-color css

<style>
 span { border-color: #0CCC03; }

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

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