Html Css Color HEX #02E01D Free Speech Green

📋 copy color: '#02E01D'

red 2 ◦ green 224 ◦ blue 29

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

Shades of Free Speech Green #02E01D

Tints of Free Speech Green #02E01D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 87.84%

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

R = 0.78%
G = 87.84%
B = 11.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#02E01D (or 0x02E01D) is known color: Free Speech Green. HEX triplet: 02, E0 and 1D. RGB value is (2,224,29). Sum of RGB (Red+Green+Blue) = 2+224+29=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 224 (87.89% from 255 or 87.84% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 224 - color contains mainly: green. Hex color #02E01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E01D is #FD1FE2. Grayscale: #878787. Windows color (decimal): -16588771 or 1957890. OLE color: 1957890.

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

Color convert

RGB 2 224 29 -
CMYK 0.99 0 0.87 0.12
HSL 127.3º 0.98% 0.44% -
HSV(B) 127.3º 0.99% 0.88% -
XYZ 26.9 53.41 10.05 -
YUV 135.39 67.95 32.86 -
System Red Green Blue C M Y K H S L
Decimal 2 224 29 0.99 0 0.87 0.12 127.3 0.98 0.44
Hex 2 E0 1D 63 0 57 C 7F 62 2C
Octal 2 340 35 143 0 127 14 177 142 54
Binary 10 11100000 11101 1100011 0 1010111 1100 1111111 1100010 101100

Color Harmonies of #02E01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E01D

Black with #02E01D

Text Example


Text Example

White with #02E01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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