Html Css Color HEX #03EF1D Free Speech Green

📋 copy color: '#03EF1D'

red 3 ◦ green 239 ◦ blue 29

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

Shades of Free Speech Green #03EF1D

Tints of Free Speech Green #03EF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 88.19%

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

R = 1.11%
G = 88.19%
B = 10.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#03EF1D (or 0x03EF1D) is known color: Free Speech Green. HEX triplet: 03, EF and 1D. RGB value is (3,239,29). Sum of RGB (Red+Green+Blue) = 3+239+29=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 239 (93.75% from 255 or 88.19% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EF1D is #FC10E2. Grayscale: #919191. Windows color (decimal): -16519395 or 1961731. OLE color: 1961731.

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

Color convert

RGB 3 239 29 -
CMYK 0.99 0 0.88 0.06
HSL 126.61º 0.98% 0.47% -
HSV(B) 126.61º 0.99% 0.94% -
XYZ 31.13 61.84 11.46 -
YUV 144.5 62.81 27.08 -
System Red Green Blue C M Y K H S L
Decimal 3 239 29 0.99 0 0.88 0.06 126.61 0.98 0.47
Hex 3 EF 1D 63 0 58 6 7F 62 2F
Octal 3 357 35 143 0 130 6 177 142 57
Binary 11 11101111 11101 1100011 0 1011000 110 1111111 1100010 101111

Color Harmonies of #03EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EF1D

Black with #03EF1D

Text Example


Text Example

White with #03EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,239,29); }

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

background-color css

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

 a { background-color: rgb(3,239,29); }

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

border-color css

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

 span { border-color: rgb(3,239,29); }

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