Html Css Color HEX #0DF002 Free Speech Green

📋 copy color: '#0DF002'

red 13 ◦ green 240 ◦ blue 2

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

Shades of Free Speech Green #0DF002

Tints of Free Speech Green #0DF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 94.12%

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

R = 5.1%
G = 94.12%
B = 0.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#0DF002 (or 0x0DF002) is known color: Free Speech Green. HEX triplet: 0D, F0 and 02. RGB value is (13,240,2). Sum of RGB (Red+Green+Blue) = 13+240+2=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 240 (94.14% from 255 or 94.12% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF002 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF002 is #F20FFD. Grayscale: #919191. Windows color (decimal): -15863806 or 192525. OLE color: 192525.

HSL color Cylindrical-coordinate representation of color #0DF002: hue angle of 117.23º 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 #0DF002 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 240 2 -
CMYK 0.95 0 0.99 0.06
HSL 117.23º 0.98% 0.47% -
HSV(B) 117.23º 0.99% 0.94% -
XYZ 31.34 62.41 10.45 -
YUV 145 47.29 33.85 -
System Red Green Blue C M Y K H S L
Decimal 13 240 2 0.95 0 0.99 0.06 117.23 0.98 0.47
Hex D F0 2 5F 0 63 6 75 62 2F
Octal 15 360 2 137 0 143 6 165 142 57
Binary 1101 11110000 10 1011111 0 1100011 110 1110101 1100010 101111

Color Harmonies of #0DF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF002

Black with #0DF002

Text Example


Text Example

White with #0DF002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,240,2); }

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

background-color css

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

 a { background-color: rgb(13,240,2); }

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

border-color css

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

 span { border-color: rgb(13,240,2); }

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