Html Css Color HEX #03CB12 Free Speech Green

📋 copy color: '#03CB12'

red 3 ◦ green 203 ◦ blue 18

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

Shades of Free Speech Green #03CB12

Tints of Free Speech Green #03CB12

RGB

 RED value IS 3 (1.56% from 255) = 1.34%

 GREEN value IS 203 (79.69% from 255) = 90.63%

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

R = 1.34%
G = 90.63%
B = 8.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#03CB12 (or 0x03CB12) is known color: Free Speech Green. HEX triplet: 03, CB and 12. RGB value is (3,203,18). Sum of RGB (Red+Green+Blue) = 3+203+18=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 203 (79.69% from 255 or 90.62% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CB12 is #FC34ED. Grayscale: #7A7A7A. Windows color (decimal): -16528622 or 1231619. OLE color: 1231619.

HSL color Cylindrical-coordinate representation of color #03CB12: hue angle of 124.5º degrees, saturation: 0.97, 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 #03CB12 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 203 18 -
CMYK 0.99 0 0.91 0.20
HSL 124.5º 0.97% 0.4% -
HSV(B) 124.5º 0.99% 0.8% -
XYZ 21.5 42.77 7.7 -
YUV 122.11 69.24 43.04 -
System Red Green Blue C M Y K H S L
Decimal 3 203 18 0.99 0 0.91 0.20 124.5 0.97 0.4
Hex 3 CB 12 63 0 5B 14 7C 61 28
Octal 3 313 22 143 0 133 24 174 141 50
Binary 11 11001011 10010 1100011 0 1011011 10100 1111100 1100001 101000

Color Harmonies of #03CB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CB12

Black with #03CB12

Text Example


Text Example

White with #03CB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03CB12; }

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

 H1.HeaderClassName
 {
   color: #03CB12;
 }
 .AnyTagClassName
 {
   color: #03CB12;
 }
</style>

background-color css

<style>
 a { background-color: #03CB12; }

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

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

border-color css

<style>
 span { border-color: #03CB12; }

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

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