Html Css Color HEX #0CD30E Free Speech Green

📋 copy color: '#0CD30E'

red 12 ◦ green 211 ◦ blue 14

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

Shades of Free Speech Green #0CD30E

Tints of Free Speech Green #0CD30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 89.03%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 5.06%
G = 89.03%
B = 5.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#0CD30E (or 0x0CD30E) is known color: Free Speech Green. HEX triplet: 0C, D3 and 0E. RGB value is (12,211,14). Sum of RGB (Red+Green+Blue) = 12+211+14=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 211 (82.81% from 255 or 89.03% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD30E is #F32CF1. Grayscale: #818181. Windows color (decimal): -15936754 or 971532. OLE color: 971532.

HSL color Cylindrical-coordinate representation of color #0CD30E: hue angle of 120.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD30E is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 12 211 14 -
CMYK 0.94 0 0.93 0.17
HSL 120.6º 0.89% 0.44% -
HSV(B) 120.6º 0.94% 0.83% -
XYZ 23.53 46.7 8.19 -
YUV 129.04 63.07 44.52 -
System Red Green Blue C M Y K H S L
Decimal 12 211 14 0.94 0 0.93 0.17 120.6 0.89 0.44
Hex C D3 E 5E 0 5D 11 79 59 2C
Octal 14 323 16 136 0 135 21 171 131 54
Binary 1100 11010011 1110 1011110 0 1011101 10001 1111001 1011001 101100

Color Harmonies of #0CD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD30E

Black with #0CD30E

Text Example


Text Example

White with #0CD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,211,14); }

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

background-color css

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

 a { background-color: rgb(12,211,14); }

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

border-color css

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

 span { border-color: rgb(12,211,14); }

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