Html Css Color HEX #00CE15 Free Speech Green

📋 copy color: '#00CE15'

red 0 ◦ green 206 ◦ blue 21

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

Shades of Free Speech Green #00CE15

Tints of Free Speech Green #00CE15

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 206 (80.86% from 255) = 90.75%

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 0%
G = 90.75%
B = 9.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#00CE15 (or 0x00CE15) is known color: Free Speech Green. HEX triplet: 00, CE and 15. RGB value is (0,206,21). Sum of RGB (Red+Green+Blue) = 0+206+21=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 206 (80.86% from 255 or 90.75% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CE15 is #FF31EA. Grayscale: #7B7B7B. Windows color (decimal): -16724459 or 1428992. OLE color: 1428992.

HSL color Cylindrical-coordinate representation of color #00CE15: hue angle of 126.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE15 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 206 21 -
CMYK 1 0 0.90 0.19
HSL 126.12º 1% 0.4% -
HSV(B) 126.12º 1% 0.81% -
XYZ 22.21 44.2 8.07 -
YUV 123.32 70.25 40.04 -
System Red Green Blue C M Y K H S L
Decimal 0 206 21 1 0 0.90 0.19 126.12 1 0.4
Hex 0 CE 15 64 0 5A 13 7E 64 28
Octal 0 316 25 144 0 132 23 176 144 50
Binary 0 11001110 10101 1100100 0 1011010 10011 1111110 1100100 101000

Color Harmonies of #00CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CE15

Black with #00CE15

Text Example


Text Example

White with #00CE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CE15; }

 p { color: rgb(0,206,21); }

 H1.HeaderClassName
 {
   color: #00CE15;
 }
 .AnyTagClassName
 {
   color: #00CE15;
 }
</style>

background-color css

<style>
 a { background-color: #00CE15; }

 a { background-color: rgb(0,206,21); }

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

border-color css

<style>
 span { border-color: #00CE15; }

 span { border-color: rgb(0,206,21); }

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