Html Css Color HEX #02CC12 Free Speech Green

📋 copy color: '#02CC12'

red 2 ◦ green 204 ◦ blue 18

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

Shades of Free Speech Green #02CC12

Tints of Free Speech Green #02CC12

RGB

 RED value IS 2 (1.17% from 255) = 0.89%

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

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 0.89%
G = 91.07%
B = 8.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#02CC12 (or 0x02CC12) is known color: Free Speech Green. HEX triplet: 02, CC and 12. RGB value is (2,204,18). Sum of RGB (Red+Green+Blue) = 2+204+18=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 204 (80.08% from 255 or 91.07% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CC12 is #FD33ED. Grayscale: #7A7A7A. Windows color (decimal): -16593902 or 1231874. OLE color: 1231874.

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

Color convert

RGB 2 204 18 -
CMYK 0.99 0 0.91 0.2
HSL 124.75º 0.98% 0.4% -
HSV(B) 124.75º 0.99% 0.8% -
XYZ 21.73 43.24 7.77 -
YUV 122.4 69.08 42.12 -
System Red Green Blue C M Y K H S L
Decimal 2 204 18 0.99 0 0.91 0.2 124.75 0.98 0.4
Hex 2 CC 12 63 0 5B 14 7D 62 28
Octal 2 314 22 143 0 133 24 175 142 50
Binary 10 11001100 10010 1100011 0 1011011 10100 1111101 1100010 101000

Color Harmonies of #02CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC12

Black with #02CC12

Text Example


Text Example

White with #02CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CC12; }

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

 H1.HeaderClassName
 {
   color: #02CC12;
 }
 .AnyTagClassName
 {
   color: #02CC12;
 }
</style>

background-color css

<style>
 a { background-color: #02CC12; }

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

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

border-color css

<style>
 span { border-color: #02CC12; }

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

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