Html Css Color HEX #0CE311 Free Speech Green

📋 copy color: '#0CE311'

red 12 ◦ green 227 ◦ blue 17

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

Shades of Free Speech Green #0CE311

Tints of Free Speech Green #0CE311

RGB

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

 GREEN value IS 227 (89.06% from 255) = 88.67%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 4.69%
G = 88.67%
B = 6.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#0CE311 (or 0x0CE311) is known color: Free Speech Green. HEX triplet: 0C, E3 and 11. RGB value is (12,227,17). Sum of RGB (Red+Green+Blue) = 12+227+17=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 227 (89.06% from 255 or 88.67% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE311 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE311 is #F31CEE. Grayscale: #8B8B8B. Windows color (decimal): -15932655 or 1172236. OLE color: 1172236.

HSL color Cylindrical-coordinate representation of color #0CE311: hue angle of 121.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE311 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 227 17 -
CMYK 0.95 0 0.93 0.11
HSL 121.4º 0.9% 0.47% -
HSV(B) 121.4º 0.95% 0.89% -
XYZ 27.72 55.06 9.7 -
YUV 138.78 59.27 37.58 -
System Red Green Blue C M Y K H S L
Decimal 12 227 17 0.95 0 0.93 0.11 121.4 0.9 0.47
Hex C E3 11 5F 0 5D B 79 5A 2F
Octal 14 343 21 137 0 135 13 171 132 57
Binary 1100 11100011 10001 1011111 0 1011101 1011 1111001 1011010 101111

Color Harmonies of #0CE311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE311

Black with #0CE311

Text Example


Text Example

White with #0CE311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,227,17); }

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

background-color css

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

 a { background-color: rgb(12,227,17); }

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

border-color css

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

 span { border-color: rgb(12,227,17); }

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