Html Css Color HEX #07DF02 Free Speech Green

📋 copy color: '#07DF02'

red 7 ◦ green 223 ◦ blue 2

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

Shades of Free Speech Green #07DF02

Tints of Free Speech Green #07DF02

RGB

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

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

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

R = 3.02%
G = 96.12%
B = 0.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#07DF02 (or 0x07DF02) is known color: Free Speech Green. HEX triplet: 07, DF and 02. RGB value is (7,223,2). Sum of RGB (Red+Green+Blue) = 7+223+2=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 223 (87.5% from 255 or 96.12% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DF02 is #F820FD. Grayscale: #858585. Windows color (decimal): -16261374 or 188167. OLE color: 188167.

HSL color Cylindrical-coordinate representation of color #07DF02: hue angle of 118.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07DF02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 223 2 -
CMYK 0.97 0 0.99 0.13
HSL 118.64º 0.98% 0.44% -
HSV(B) 118.64º 0.99% 0.87% -
XYZ 26.49 52.82 8.86 -
YUV 133.22 53.94 37.97 -
System Red Green Blue C M Y K H S L
Decimal 7 223 2 0.97 0 0.99 0.13 118.64 0.98 0.44
Hex 7 DF 2 61 0 63 D 77 62 2C
Octal 7 337 2 141 0 143 15 167 142 54
Binary 111 11011111 10 1100001 0 1100011 1101 1110111 1100010 101100

Color Harmonies of #07DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DF02

Black with #07DF02

Text Example


Text Example

White with #07DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,223,2); }

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

background-color css

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

 a { background-color: rgb(7,223,2); }

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

border-color css

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

 span { border-color: rgb(7,223,2); }

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