Html Css Color HEX #0CE004 Free Speech Green

📋 copy color: '#0CE004'

red 12 ◦ green 224 ◦ blue 4

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

Shades of Free Speech Green #0CE004

Tints of Free Speech Green #0CE004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 5%
G = 93.33%
B = 1.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#0CE004 (or 0x0CE004) is known color: Free Speech Green. HEX triplet: 0C, E0 and 04. RGB value is (12,224,4). Sum of RGB (Red+Green+Blue) = 12+224+4=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 224 (87.89% from 255 or 93.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE004 is #F31FFB. Grayscale: #888888. Windows color (decimal): -15933436 or 319500. OLE color: 319500.

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

Color convert

RGB 12 224 4 -
CMYK 0.95 0 0.98 0.12
HSL 117.82º 0.96% 0.45% -
HSV(B) 117.82º 0.98% 0.88% -
XYZ 26.83 53.4 9.01 -
YUV 135.53 53.76 39.89 -
System Red Green Blue C M Y K H S L
Decimal 12 224 4 0.95 0 0.98 0.12 117.82 0.96 0.45
Hex C E0 4 5F 0 62 C 76 60 2D
Octal 14 340 4 137 0 142 14 166 140 55
Binary 1100 11100000 100 1011111 0 1100010 1100 1110110 1100000 101101

Color Harmonies of #0CE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE004

Black with #0CE004

Text Example


Text Example

White with #0CE004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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