Html Css Color HEX #02D61D Free Speech Green

📋 copy color: '#02D61D'

red 2 ◦ green 214 ◦ blue 29

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

Shades of Free Speech Green #02D61D

Tints of Free Speech Green #02D61D

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

 GREEN value IS 214 (83.98% from 255) = 87.35%

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 0.82%
G = 87.35%
B = 11.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#02D61D (or 0x02D61D) is known color: Free Speech Green. HEX triplet: 02, D6 and 1D. RGB value is (2,214,29). Sum of RGB (Red+Green+Blue) = 2+214+29=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 214 (83.98% from 255 or 87.35% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 214 - color contains mainly: green. Hex color #02D61D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D61D is #FD29E2. Grayscale: #828282. Windows color (decimal): -16591331 or 1955330. OLE color: 1955330.

HSL color Cylindrical-coordinate representation of color #02D61D: hue angle of 127.64º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D61D is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 214 29 -
CMYK 0.99 0 0.86 0.16
HSL 127.64º 0.98% 0.42% -
HSV(B) 127.64º 0.99% 0.84% -
XYZ 24.29 48.19 9.18 -
YUV 129.52 71.26 37.04 -
System Red Green Blue C M Y K H S L
Decimal 2 214 29 0.99 0 0.86 0.16 127.64 0.98 0.42
Hex 2 D6 1D 63 0 56 10 80 62 2A
Octal 2 326 35 143 0 126 20 200 142 52
Binary 10 11010110 11101 1100011 0 1010110 10000 10000000 1100010 101010

Color Harmonies of #02D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D61D

Black with #02D61D

Text Example


Text Example

White with #02D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02D61D; }

 p { color: rgb(2,214,29); }

 H1.HeaderClassName
 {
   color: #02D61D;
 }
 .AnyTagClassName
 {
   color: #02D61D;
 }
</style>

background-color css

<style>
 a { background-color: #02D61D; }

 a { background-color: rgb(2,214,29); }

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

border-color css

<style>
 span { border-color: #02D61D; }

 span { border-color: rgb(2,214,29); }

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