Html Css Color HEX #0CD41E Free Speech Green

📋 copy color: '#0CD41E'

red 12 ◦ green 212 ◦ blue 30

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

Shades of Free Speech Green #0CD41E

Tints of Free Speech Green #0CD41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 83.46%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 4.72%
G = 83.46%
B = 11.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#0CD41E (or 0x0CD41E) is known color: Free Speech Green. HEX triplet: 0C, D4 and 1E. RGB value is (12,212,30). Sum of RGB (Red+Green+Blue) = 12+212+30=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 212 (83.20% from 255 or 83.46% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 212 - color contains mainly: green. Hex color #0CD41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD41E is #F32BE1. Grayscale: #838383. Windows color (decimal): -15936482 or 2020364. OLE color: 2020364.

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

Color convert

RGB 12 212 30 -
CMYK 0.94 0 0.86 0.17
HSL 125.4º 0.89% 0.44% -
HSV(B) 125.4º 0.94% 0.83% -
XYZ 23.93 47.26 9.09 -
YUV 131.45 70.74 42.8 -
System Red Green Blue C M Y K H S L
Decimal 12 212 30 0.94 0 0.86 0.17 125.4 0.89 0.44
Hex C D4 1E 5E 0 56 11 7D 59 2C
Octal 14 324 36 136 0 126 21 175 131 54
Binary 1100 11010100 11110 1011110 0 1010110 10001 1111101 1011001 101100

Color Harmonies of #0CD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD41E

Black with #0CD41E

Text Example


Text Example

White with #0CD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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