#0DD51B

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

Shades of Free Speech Green #0DD51B

Tints of Free Speech Green #0DD51B

Color information

#0DD51B (or 0x0DD51B) is unknown color: approx Free Speech Green. HEX triplet: 0D, D5 and 1B. RGB value is (13,213,27). Sum of RGB (Red+Green+Blue) = 13+213+27=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 213 (83.59% from 255 or 84.19% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD51B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD51B is #F22AE4. Grayscale: #848484. Windows color (decimal): -15870693 or 1824013. OLE color: 1824013.

HSL color Cylindrical-coordinate representation of color #0DD51B: hue angle of 124.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD51B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB1321327-
CMYK0.9400.870.16
HSL124.2º88.5%44.31%-
HSV(B)124.2º93.9%83.53%-
XYZ24.1647.758.98-
YUV13268.7443.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.14%
GREEN value IS 213 (83.59% from 255) = 84.19%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=5.14%
G=84.19%
B=10.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal13213270.9400.870.16124.288.544.31
HexDD51B5E057107c582c
Octal153253313601272017413054
Binary110111010101110111011110010101111000011111001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,213,27); }

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

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

 a { background-color: rgb(13,213,27); }

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

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

 span { border-color: rgb(13,213,27); }

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