Html Css Color HEX #12EE02 Free Speech Green

📋 copy color: '#12EE02'

red 18 ◦ green 238 ◦ blue 2

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

Shades of Free Speech Green #12EE02

Tints of Free Speech Green #12EE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 92.25%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 6.98%
G = 92.25%
B = 0.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#12EE02 (or 0x12EE02) is known color: Free Speech Green. HEX triplet: 12, EE and 02. RGB value is (18,238,2). Sum of RGB (Red+Green+Blue) = 18+238+2=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 238 (93.36% from 255 or 92.25% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12EE02 is #ED11FD. Grayscale: #929292. Windows color (decimal): -15536638 or 192018. OLE color: 192018.

HSL color Cylindrical-coordinate representation of color #12EE02: hue angle of 115.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12EE02 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 238 2 -
CMYK 0.92 0 0.99 0.07
HSL 115.93º 0.98% 0.47% -
HSV(B) 115.93º 0.99% 0.93% -
XYZ 30.83 61.28 10.26 -
YUV 145.32 47.11 37.19 -
System Red Green Blue C M Y K H S L
Decimal 18 238 2 0.92 0 0.99 0.07 115.93 0.98 0.47
Hex 12 EE 2 5C 0 63 7 74 62 2F
Octal 22 356 2 134 0 143 7 164 142 57
Binary 10010 11101110 10 1011100 0 1100011 111 1110100 1100010 101111

Color Harmonies of #12EE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EE02

Black with #12EE02

Text Example


Text Example

White with #12EE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,238,2); }

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

background-color css

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

 a { background-color: rgb(18,238,2); }

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

border-color css

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

 span { border-color: rgb(18,238,2); }

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