Html Css Color HEX #0CD30C Free Speech Green

📋 copy color: '#0CD30C'

red 12 ◦ green 211 ◦ blue 12

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

Shades of Free Speech Green #0CD30C

Tints of Free Speech Green #0CD30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 5.11%
G = 89.79%
B = 5.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#0CD30C (or 0x0CD30C) is known color: Free Speech Green. HEX triplet: 0C, D3 and 0C. RGB value is (12,211,12). Sum of RGB (Red+Green+Blue) = 12+211+12=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 211 (82.81% from 255 or 89.79% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD30C is #F32CF3. Grayscale: #818181. Windows color (decimal): -15936756 or 840460. OLE color: 840460.

HSL color Cylindrical-coordinate representation of color #0CD30C: hue angle of 120º 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 #0CD30C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 12 211 12 -
CMYK 0.94 0 0.94 0.17
HSL 120º 0.89% 0.44% -
HSV(B) 120º 0.94% 0.83% -
XYZ 23.51 46.69 8.12 -
YUV 128.81 62.07 44.68 -
System Red Green Blue C M Y K H S L
Decimal 12 211 12 0.94 0 0.94 0.17 120 0.89 0.44
Hex C D3 C 5E 0 5E 11 78 59 2C
Octal 14 323 14 136 0 136 21 170 131 54
Binary 1100 11010011 1100 1011110 0 1011110 10001 1111000 1011001 101100

Color Harmonies of #0CD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD30C

Black with #0CD30C

Text Example


Text Example

White with #0CD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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