Html Css Color HEX #00DF28 Free Speech Green

📋 copy color: '#00DF28'

red 0 ◦ green 223 ◦ blue 40

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

Shades of Free Speech Green #00DF28

Tints of Free Speech Green #00DF28

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 223 (87.5% from 255) = 84.79%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 0%
G = 84.79%
B = 15.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#00DF28 (or 0x00DF28) is known color: Free Speech Green. HEX triplet: 00, DF and 28. RGB value is (0,223,40). Sum of RGB (Red+Green+Blue) = 0+223+40=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 223 (87.5% from 255 or 84.79% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF28 is #FF20D7. Grayscale: #878787. Windows color (decimal): -16720088 or 2678528. OLE color: 2678528.

HSL color Cylindrical-coordinate representation of color #00DF28: hue angle of 130.76º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF28 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 40 -
CMYK 1 0 0.82 0.13
HSL 130.76º 1% 0.44% -
HSV(B) 130.76º 1% 0.87% -
XYZ 26.77 52.93 10.81 -
YUV 135.46 74.12 31.38 -
System Red Green Blue C M Y K H S L
Decimal 0 223 40 1 0 0.82 0.13 130.76 1 0.44
Hex 0 DF 28 64 0 52 D 83 64 2C
Octal 0 337 50 144 0 122 15 203 144 54
Binary 0 11011111 101000 1100100 0 1010010 1101 10000011 1100100 101100

Color Harmonies of #00DF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DF28

Black with #00DF28

Text Example


Text Example

White with #00DF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DF28; }

 p { color: rgb(0,223,40); }

 H1.HeaderClassName
 {
   color: #00DF28;
 }
 .AnyTagClassName
 {
   color: #00DF28;
 }
</style>

background-color css

<style>
 a { background-color: #00DF28; }

 a { background-color: rgb(0,223,40); }

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

border-color css

<style>
 span { border-color: #00DF28; }

 span { border-color: rgb(0,223,40); }

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