Html Css Color HEX #0DDB25 Free Speech Green

📋 copy color: '#0DDB25'

red 13 ◦ green 219 ◦ blue 37

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

Shades of Free Speech Green #0DDB25

Tints of Free Speech Green #0DDB25

RGB

 RED value IS 13 (5.47% from 255) = 4.83%

 GREEN value IS 219 (85.94% from 255) = 81.41%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 4.83%
G = 81.41%
B = 13.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#0DDB25 (or 0x0DDB25) is known color: Free Speech Green. HEX triplet: 0D, DB and 25. RGB value is (13,219,37). Sum of RGB (Red+Green+Blue) = 13+219+37=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB25 is #F224DA. Grayscale: #898989. Windows color (decimal): -15869147 or 2480909. OLE color: 2480909.

HSL color Cylindrical-coordinate representation of color #0DDB25: hue angle of 126.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB25 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 219 37 -
CMYK 0.94 0 0.83 0.14
HSL 126.99º 0.89% 0.45% -
HSV(B) 126.99º 0.94% 0.86% -
XYZ 25.83 50.88 10.21 -
YUV 136.66 71.75 39.8 -
System Red Green Blue C M Y K H S L
Decimal 13 219 37 0.94 0 0.83 0.14 126.99 0.89 0.45
Hex D DB 25 5E 0 53 E 7F 59 2D
Octal 15 333 45 136 0 123 16 177 131 55
Binary 1101 11011011 100101 1011110 0 1010011 1110 1111111 1011001 101101

Color Harmonies of #0DDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB25

Black with #0DDB25

Text Example


Text Example

White with #0DDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,37); }

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

background-color css

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

 a { background-color: rgb(13,219,37); }

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

border-color css

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

 span { border-color: rgb(13,219,37); }

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