Html Css Color HEX #02EF11 Free Speech Green

📋 copy color: '#02EF11'

red 2 ◦ green 239 ◦ blue 17

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

Shades of Free Speech Green #02EF11

Tints of Free Speech Green #02EF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 0.78%
G = 92.64%
B = 6.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#02EF11 (or 0x02EF11) is known color: Free Speech Green. HEX triplet: 02, EF and 11. RGB value is (2,239,17). Sum of RGB (Red+Green+Blue) = 2+239+17=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 239 (93.75% from 255 or 92.64% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02EF11 is #FD10EE. Grayscale: #8F8F8F. Windows color (decimal): -16584943 or 1175298. OLE color: 1175298.

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

Color convert

RGB 2 239 17 -
CMYK 0.99 0 0.93 0.06
HSL 123.8º 0.98% 0.47% -
HSV(B) 123.8º 0.99% 0.94% -
XYZ 30.99 61.79 10.82 -
YUV 142.83 56.98 27.55 -
System Red Green Blue C M Y K H S L
Decimal 2 239 17 0.99 0 0.93 0.06 123.8 0.98 0.47
Hex 2 EF 11 63 0 5D 6 7C 62 2F
Octal 2 357 21 143 0 135 6 174 142 57
Binary 10 11101111 10001 1100011 0 1011101 110 1111100 1100010 101111

Color Harmonies of #02EF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EF11

Black with #02EF11

Text Example


Text Example

White with #02EF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02EF11; }

 p { color: rgb(2,239,17); }

 H1.HeaderClassName
 {
   color: #02EF11;
 }
 .AnyTagClassName
 {
   color: #02EF11;
 }
</style>

background-color css

<style>
 a { background-color: #02EF11; }

 a { background-color: rgb(2,239,17); }

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

border-color css

<style>
 span { border-color: #02EF11; }

 span { border-color: rgb(2,239,17); }

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