#0CE61E

Color #0CE61E Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0CE61E

Tints of Free Speech Green #0CE61E

Color information

#0CE61E (or 0x0CE61E) is unknown color: approx Free Speech Green. HEX triplet: 0C, E6 and 1E. RGB value is (12,230,30). Sum of RGB (Red+Green+Blue) = 12+230+30=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 230 (90.23% from 255 or 84.56% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE61E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE61E is #F319E1. Grayscale: #8E8E8E. Windows color (decimal): -15931874 or 2024972. OLE color: 2024972.

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

Color convert

RGB1223030-
CMYK0.9500.870.10
HSL124.95º90.08%47.45%-
HSV(B)124.95º94.78%90.2%-
XYZ28.6856.7710.67-
YUV142.0264.7835.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 230 (90.23% from 255) = 84.56%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=4.41%
G=84.56%
B=11.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal12230300.9500.870.10124.9590.0847.45
HexCE61E5F057A7d5a2f
Octal143463613701271217513257
Binary11001110011011110101111101010111101011111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,230,30); }

 H1.HeaderClassName
 {
   color: #0CE61E;
 }
 .AnyTagClassName
 {
   color: #0CE61E;
 }
</style>
background-color css

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

 a { background-color: rgb(12,230,30); }

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

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

 span { border-color: rgb(12,230,30); }

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