Html Css Color HEX #12DF1E Free Speech Green

📋 copy color: '#12DF1E'

red 18 ◦ green 223 ◦ blue 30

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

Shades of Free Speech Green #12DF1E

Tints of Free Speech Green #12DF1E

RGB

 RED value IS 18 (7.42% from 255) = 6.64%

 GREEN value IS 223 (87.5% from 255) = 82.29%

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

R = 6.64%
G = 82.29%
B = 11.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#12DF1E (or 0x12DF1E) is known color: Free Speech Green. HEX triplet: 12, DF and 1E. RGB value is (18,223,30). Sum of RGB (Red+Green+Blue) = 18+223+30=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 223 (87.5% from 255 or 82.29% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF1E is #ED20E1. Grayscale: #8C8C8C. Windows color (decimal): -15540450 or 2023186. OLE color: 2023186.

HSL color Cylindrical-coordinate representation of color #12DF1E: hue angle of 123.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF1E is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 30 -
CMYK 0.92 0 0.87 0.13
HSL 123.51º 0.85% 0.47% -
HSV(B) 123.51º 0.92% 0.87% -
XYZ 26.87 53 10.04 -
YUV 139.7 66.08 41.19 -
System Red Green Blue C M Y K H S L
Decimal 18 223 30 0.92 0 0.87 0.13 123.51 0.85 0.47
Hex 12 DF 1E 5C 0 57 D 7C 55 2F
Octal 22 337 36 134 0 127 15 174 125 57
Binary 10010 11011111 11110 1011100 0 1010111 1101 1111100 1010101 101111

Color Harmonies of #12DF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF1E

Black with #12DF1E

Text Example


Text Example

White with #12DF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DF1E; }

 p { color: rgb(18,223,30); }

 H1.HeaderClassName
 {
   color: #12DF1E;
 }
 .AnyTagClassName
 {
   color: #12DF1E;
 }
</style>

background-color css

<style>
 a { background-color: #12DF1E; }

 a { background-color: rgb(18,223,30); }

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

border-color css

<style>
 span { border-color: #12DF1E; }

 span { border-color: rgb(18,223,30); }

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