#0DE40B

Color #0DE40B Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0DE40B

Tints of Free Speech Green #0DE40B

Color information

#0DE40B (or 0x0DE40B) is unknown color: approx Free Speech Green. HEX triplet: 0D, E4 and 0B. RGB value is (13,228,11). Sum of RGB (Red+Green+Blue) = 13+228+11=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 228 (89.45% from 255 or 90.48% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE40B is #F21BF4. Grayscale: #8B8B8B. Windows color (decimal): -15866869 or 779277. OLE color: 779277.

HSL color Cylindrical-coordinate representation of color #0DE40B: hue angle of 119.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DE40B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB1322811-
CMYK0.9400.950.11
HSL119.45º90.79%46.86%-
HSV(B)119.45º95.18%89.41%-
XYZ27.9755.69.57-
YUV138.9855.7738.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 228 (89.45% from 255) = 90.48%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=5.16%
G=90.48%
B=4.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal13228110.9400.950.11119.4590.7946.86
HexDE4B5E05FB775b2f
Octal153441313601371316713357
Binary1101111001001011101111001011111101111101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,228,11); }

 H1.HeaderClassName
 {
   color: #0DE40B;
 }
 .AnyTagClassName
 {
   color: #0DE40B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,228,11); }

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

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

 span { border-color: rgb(13,228,11); }

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