Html Css Color HEX #02E51D Free Speech Green

📋 copy color: '#02E51D'

red 2 ◦ green 229 ◦ blue 29

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

Shades of Free Speech Green #02E51D

Tints of Free Speech Green #02E51D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 88.08%

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

R = 0.77%
G = 88.08%
B = 11.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#02E51D (or 0x02E51D) is known color: Free Speech Green. HEX triplet: 02, E5 and 1D. RGB value is (2,229,29). Sum of RGB (Red+Green+Blue) = 2+229+29=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 229 (89.84% from 255 or 88.08% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 229 - color contains mainly: green. Hex color #02E51D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E51D is #FD1AE2. Grayscale: #8A8A8A. Windows color (decimal): -16587491 or 1959170. OLE color: 1959170.

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

Color convert

RGB 2 229 29 -
CMYK 0.99 0 0.87 0.10
HSL 127.14º 0.98% 0.45% -
HSV(B) 127.14º 0.99% 0.9% -
XYZ 28.27 56.14 10.51 -
YUV 138.33 66.29 30.76 -
System Red Green Blue C M Y K H S L
Decimal 2 229 29 0.99 0 0.87 0.10 127.14 0.98 0.45
Hex 2 E5 1D 63 0 57 A 7F 62 2D
Octal 2 345 35 143 0 127 12 177 142 55
Binary 10 11100101 11101 1100011 0 1010111 1010 1111111 1100010 101101

Color Harmonies of #02E51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E51D

Black with #02E51D

Text Example


Text Example

White with #02E51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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