Html Css Color HEX #02E413 Free Speech Green

📋 copy color: '#02E413'

red 2 ◦ green 228 ◦ blue 19

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

Shades of Free Speech Green #02E413

Tints of Free Speech Green #02E413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 91.57%

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 0.8%
G = 91.57%
B = 7.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#02E413 (or 0x02E413) is known color: Free Speech Green. HEX triplet: 02, E4 and 13. RGB value is (2,228,19). Sum of RGB (Red+Green+Blue) = 2+228+19=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 228 (89.45% from 255 or 91.57% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 228 - color contains mainly: green. Hex color #02E413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E413 is #FD1BEC. Grayscale: #898989. Windows color (decimal): -16587757 or 1303554. OLE color: 1303554.

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

Color convert

RGB 2 228 19 -
CMYK 0.99 0 0.92 0.11
HSL 124.51º 0.98% 0.45% -
HSV(B) 124.51º 0.99% 0.89% -
XYZ 27.89 55.55 9.87 -
YUV 136.6 61.63 31.99 -
System Red Green Blue C M Y K H S L
Decimal 2 228 19 0.99 0 0.92 0.11 124.51 0.98 0.45
Hex 2 E4 13 63 0 5C B 7D 62 2D
Octal 2 344 23 143 0 134 13 175 142 55
Binary 10 11100100 10011 1100011 0 1011100 1011 1111101 1100010 101101

Color Harmonies of #02E413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E413

Black with #02E413

Text Example


Text Example

White with #02E413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,228,19); }

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

background-color css

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

 a { background-color: rgb(2,228,19); }

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

border-color css

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

 span { border-color: rgb(2,228,19); }

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