Html Css Color HEX #07DA18 Free Speech Green

📋 copy color: '#07DA18'

red 7 ◦ green 218 ◦ blue 24

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

Shades of Free Speech Green #07DA18

Tints of Free Speech Green #07DA18

RGB

 RED value IS 7 (3.13% from 255) = 2.81%

 GREEN value IS 218 (85.55% from 255) = 87.55%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 2.81%
G = 87.55%
B = 9.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#07DA18 (or 0x07DA18) is known color: Free Speech Green. HEX triplet: 07, DA and 18. RGB value is (7,218,24). Sum of RGB (Red+Green+Blue) = 7+218+24=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 218 (85.55% from 255 or 87.55% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DA18 is #F825E7. Grayscale: #858585. Windows color (decimal): -16262632 or 1628679. OLE color: 1628679.

HSL color Cylindrical-coordinate representation of color #07DA18: hue angle of 124.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA18 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 218 24 -
CMYK 0.97 0 0.89 0.15
HSL 124.83º 0.94% 0.44% -
HSV(B) 124.83º 0.97% 0.85% -
XYZ 25.32 50.25 9.23 -
YUV 132.8 66.6 38.27 -
System Red Green Blue C M Y K H S L
Decimal 7 218 24 0.97 0 0.89 0.15 124.83 0.94 0.44
Hex 7 DA 18 61 0 59 F 7D 5E 2C
Octal 7 332 30 141 0 131 17 175 136 54
Binary 111 11011010 11000 1100001 0 1011001 1111 1111101 1011110 101100

Color Harmonies of #07DA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DA18

Black with #07DA18

Text Example


Text Example

White with #07DA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DA18; }

 p { color: rgb(7,218,24); }

 H1.HeaderClassName
 {
   color: #07DA18;
 }
 .AnyTagClassName
 {
   color: #07DA18;
 }
</style>

background-color css

<style>
 a { background-color: #07DA18; }

 a { background-color: rgb(7,218,24); }

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

border-color css

<style>
 span { border-color: #07DA18; }

 span { border-color: rgb(7,218,24); }

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