Html Css Color HEX #12EF1E Free Speech Green

📋 copy color: '#12EF1E'

red 18 ◦ green 239 ◦ blue 30

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

Shades of Free Speech Green #12EF1E

Tints of Free Speech Green #12EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 83.28%

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

R = 6.27%
G = 83.28%
B = 10.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#12EF1E (or 0x12EF1E) is known color: Free Speech Green. HEX triplet: 12, EF and 1E. RGB value is (18,239,30). Sum of RGB (Red+Green+Blue) = 18+239+30=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 239 (93.75% from 255 or 83.28% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EF1E is #ED10E1. Grayscale: #959595. Windows color (decimal): -15536354 or 2027282. OLE color: 2027282.

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

Color convert

RGB 18 239 30 -
CMYK 0.92 0 0.87 0.06
HSL 123.26º 0.87% 0.5% -
HSV(B) 123.26º 0.92% 0.94% -
XYZ 31.35 61.96 11.53 -
YUV 149.1 60.78 34.49 -
System Red Green Blue C M Y K H S L
Decimal 18 239 30 0.92 0 0.87 0.06 123.26 0.87 0.5
Hex 12 EF 1E 5C 0 57 6 7B 57 32
Octal 22 357 36 134 0 127 6 173 127 62
Binary 10010 11101111 11110 1011100 0 1010111 110 1111011 1010111 110010

Color Harmonies of #12EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EF1E

Black with #12EF1E

Text Example


Text Example

White with #12EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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