Html Css Color HEX #03CB07 Free Speech Green

📋 copy color: '#03CB07'

red 3 ◦ green 203 ◦ blue 7

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

Shades of Free Speech Green #03CB07

Tints of Free Speech Green #03CB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 1.41%
G = 95.31%
B = 3.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#03CB07 (or 0x03CB07) is known color: Free Speech Green. HEX triplet: 03, CB and 07. RGB value is (3,203,7). Sum of RGB (Red+Green+Blue) = 3+203+7=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 203 (79.69% from 255 or 95.31% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CB07 is #FC34F8. Grayscale: #797979. Windows color (decimal): -16528633 or 510723. OLE color: 510723.

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

Color convert

RGB 3 203 7 -
CMYK 0.99 0 0.97 0.20
HSL 121.2º 0.97% 0.4% -
HSV(B) 121.2º 0.99% 0.8% -
XYZ 21.43 42.75 7.32 -
YUV 120.86 63.74 43.94 -
System Red Green Blue C M Y K H S L
Decimal 3 203 7 0.99 0 0.97 0.20 121.2 0.97 0.4
Hex 3 CB 7 63 0 61 14 79 61 28
Octal 3 313 7 143 0 141 24 171 141 50
Binary 11 11001011 111 1100011 0 1100001 10100 1111001 1100001 101000

Color Harmonies of #03CB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CB07

Black with #03CB07

Text Example


Text Example

White with #03CB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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