Html Css Color HEX #0EE127 Free Speech Green

📋 copy color: '#0EE127'

red 14 ◦ green 225 ◦ blue 39

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

Shades of Free Speech Green #0EE127

Tints of Free Speech Green #0EE127

RGB

 RED value IS 14 (5.86% from 255) = 5.04%

 GREEN value IS 225 (88.28% from 255) = 80.94%

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 5.04%
G = 80.94%
B = 14.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#0EE127 (or 0x0EE127) is known color: Free Speech Green. HEX triplet: 0E, E1 and 27. RGB value is (14,225,39). Sum of RGB (Red+Green+Blue) = 14+225+39=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 225 (88.28% from 255 or 80.94% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE127 is #F11ED8. Grayscale: #8D8D8D. Windows color (decimal): -15802073 or 2613518. OLE color: 2613518.

HSL color Cylindrical-coordinate representation of color #0EE127: hue angle of 127.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE127 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 225 39 -
CMYK 0.94 0 0.83 0.12
HSL 127.11º 0.88% 0.47% -
HSV(B) 127.11º 0.94% 0.88% -
XYZ 27.47 54.09 10.91 -
YUV 140.71 70.6 37.62 -
System Red Green Blue C M Y K H S L
Decimal 14 225 39 0.94 0 0.83 0.12 127.11 0.88 0.47
Hex E E1 27 5E 0 53 C 7F 58 2F
Octal 16 341 47 136 0 123 14 177 130 57
Binary 1110 11100001 100111 1011110 0 1010011 1100 1111111 1011000 101111

Color Harmonies of #0EE127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE127

Black with #0EE127

Text Example


Text Example

White with #0EE127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,225,39); }

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

background-color css

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

 a { background-color: rgb(14,225,39); }

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

border-color css

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

 span { border-color: rgb(14,225,39); }

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