Html Css Color HEX #03CB02 Free Speech Green

📋 copy color: '#03CB02'

red 3 ◦ green 203 ◦ blue 2

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

Shades of Free Speech Green #03CB02

Tints of Free Speech Green #03CB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 1.44%
G = 97.6%
B = 0.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#03CB02 (or 0x03CB02) is known color: Free Speech Green. HEX triplet: 03, CB and 02. RGB value is (3,203,2). Sum of RGB (Red+Green+Blue) = 3+203+2=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 203 (79.69% from 255 or 97.60% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CB02 is #FC34FD. Grayscale: #787878. Windows color (decimal): -16528638 or 183043. OLE color: 183043.

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

Color convert

RGB 3 203 2 -
CMYK 0.99 0 0.99 0.20
HSL 119.7º 0.98% 0.4% -
HSV(B) 119.7º 0.99% 0.8% -
XYZ 21.4 42.74 7.18 -
YUV 120.29 61.24 44.34 -
System Red Green Blue C M Y K H S L
Decimal 3 203 2 0.99 0 0.99 0.20 119.7 0.98 0.4
Hex 3 CB 2 63 0 63 14 78 62 28
Octal 3 313 2 143 0 143 24 170 142 50
Binary 11 11001011 10 1100011 0 1100011 10100 1111000 1100010 101000

Color Harmonies of #03CB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CB02

Black with #03CB02

Text Example


Text Example

White with #03CB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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