Html Css Color HEX #0CE002 Free Speech Green

📋 copy color: '#0CE002'

red 12 ◦ green 224 ◦ blue 2

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

Shades of Free Speech Green #0CE002

Tints of Free Speech Green #0CE002

RGB

 RED value IS 12 (5.08% from 255) = 5.04%

 GREEN value IS 224 (87.89% from 255) = 94.12%

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

R = 5.04%
G = 94.12%
B = 0.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#0CE002 (or 0x0CE002) is known color: Free Speech Green. HEX triplet: 0C, E0 and 02. RGB value is (12,224,2). Sum of RGB (Red+Green+Blue) = 12+224+2=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 224 (87.89% from 255 or 94.12% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE002 is #F31FFD. Grayscale: #878787. Windows color (decimal): -15933438 or 188428. OLE color: 188428.

HSL color Cylindrical-coordinate representation of color #0CE002: hue angle of 117.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CE002 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 224 2 -
CMYK 0.95 0 0.99 0.12
HSL 117.3º 0.98% 0.44% -
HSV(B) 117.3º 0.99% 0.88% -
XYZ 26.82 53.39 8.95 -
YUV 135.3 52.76 40.05 -
System Red Green Blue C M Y K H S L
Decimal 12 224 2 0.95 0 0.99 0.12 117.3 0.98 0.44
Hex C E0 2 5F 0 63 C 75 62 2C
Octal 14 340 2 137 0 143 14 165 142 54
Binary 1100 11100000 10 1011111 0 1100011 1100 1110101 1100010 101100

Color Harmonies of #0CE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE002

Black with #0CE002

Text Example


Text Example

White with #0CE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CE002; }

 p { color: rgb(12,224,2); }

 H1.HeaderClassName
 {
   color: #0CE002;
 }
 .AnyTagClassName
 {
   color: #0CE002;
 }
</style>

background-color css

<style>
 a { background-color: #0CE002; }

 a { background-color: rgb(12,224,2); }

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

border-color css

<style>
 span { border-color: #0CE002; }

 span { border-color: rgb(12,224,2); }

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