Html Css Color HEX #05E003 Free Speech Green

📋 copy color: '#05E003'

red 5 ◦ green 224 ◦ blue 3

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

Shades of Free Speech Green #05E003

Tints of Free Speech Green #05E003

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 2.16%
G = 96.55%
B = 1.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#05E003 (or 0x05E003) is known color: Free Speech Green. HEX triplet: 05, E0 and 03. RGB value is (5,224,3). Sum of RGB (Red+Green+Blue) = 5+224+3=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 224 (87.89% from 255 or 96.55% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 224 - color contains mainly: green. Hex color #05E003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E003 is #FA1FFC. Grayscale: #858585. Windows color (decimal): -16392189 or 253957. OLE color: 253957.

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

Color convert

RGB 5 224 3 -
CMYK 0.98 0 0.99 0.12
HSL 119.46º 0.97% 0.45% -
HSV(B) 119.46º 0.99% 0.88% -
XYZ 26.73 53.35 8.97 -
YUV 133.33 54.45 36.47 -
System Red Green Blue C M Y K H S L
Decimal 5 224 3 0.98 0 0.99 0.12 119.46 0.97 0.45
Hex 5 E0 3 62 0 63 C 77 61 2D
Octal 5 340 3 142 0 143 14 167 141 55
Binary 101 11100000 11 1100010 0 1100011 1100 1110111 1100001 101101

Color Harmonies of #05E003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E003

Black with #05E003

Text Example


Text Example

White with #05E003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E003; }

 p { color: rgb(5,224,3); }

 H1.HeaderClassName
 {
   color: #05E003;
 }
 .AnyTagClassName
 {
   color: #05E003;
 }
</style>

background-color css

<style>
 a { background-color: #05E003; }

 a { background-color: rgb(5,224,3); }

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

border-color css

<style>
 span { border-color: #05E003; }

 span { border-color: rgb(5,224,3); }

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