Html Css Color HEX #03ED29 Free Speech Green

📋 copy color: '#03ED29'

red 3 ◦ green 237 ◦ blue 41

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

Shades of Free Speech Green #03ED29

Tints of Free Speech Green #03ED29

RGB

 RED value IS 3 (1.56% from 255) = 1.07%

 GREEN value IS 237 (92.97% from 255) = 84.34%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 1.07%
G = 84.34%
B = 14.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#03ED29 (or 0x03ED29) is known color: Free Speech Green. HEX triplet: 03, ED and 29. RGB value is (3,237,41). Sum of RGB (Red+Green+Blue) = 3+237+41=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 237 (92.97% from 255 or 84.34% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 237 - color contains mainly: green. Hex color #03ED29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03ED29 is #FC12D6. Grayscale: #919191. Windows color (decimal): -16519895 or 2747651. OLE color: 2747651.

HSL color Cylindrical-coordinate representation of color #03ED29: hue angle of 129.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ED29 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 237 41 -
CMYK 0.99 0 0.83 0.07
HSL 129.74º 0.98% 0.47% -
HSV(B) 129.74º 0.99% 0.93% -
XYZ 30.72 60.75 12.2 -
YUV 144.69 69.48 26.94 -
System Red Green Blue C M Y K H S L
Decimal 3 237 41 0.99 0 0.83 0.07 129.74 0.98 0.47
Hex 3 ED 29 63 0 53 7 82 62 2F
Octal 3 355 51 143 0 123 7 202 142 57
Binary 11 11101101 101001 1100011 0 1010011 111 10000010 1100010 101111

Color Harmonies of #03ED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ED29

Black with #03ED29

Text Example


Text Example

White with #03ED29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03ED29; }

 p { color: rgb(3,237,41); }

 H1.HeaderClassName
 {
   color: #03ED29;
 }
 .AnyTagClassName
 {
   color: #03ED29;
 }
</style>

background-color css

<style>
 a { background-color: #03ED29; }

 a { background-color: rgb(3,237,41); }

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

border-color css

<style>
 span { border-color: #03ED29; }

 span { border-color: rgb(3,237,41); }

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