Html Css Color HEX #03CE41 Dark Pastel Green

📋 copy color: '#03CE41'

red 3 ◦ green 206 ◦ blue 65

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

Shades of Dark Pastel Green #03CE41

Tints of Dark Pastel Green #03CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 75.18%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 1.09%
G = 75.18%
B = 23.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#03CE41 (or 0x03CE41) is known color: Dark Pastel Green. HEX triplet: 03, CE and 41. RGB value is (3,206,65). Sum of RGB (Red+Green+Blue) = 3+206+65=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CE41 is #FC31BE. Grayscale: #818181. Windows color (decimal): -16527807 or 4312579. OLE color: 4312579.

HSL color Cylindrical-coordinate representation of color #03CE41: hue angle of 138.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CE41 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 206 65 -
CMYK 0.99 0 0.68 0.19
HSL 138.33º 0.97% 0.41% -
HSV(B) 138.33º 0.99% 0.81% -
XYZ 23.06 44.54 12.38 -
YUV 129.23 91.75 37.96 -
System Red Green Blue C M Y K H S L
Decimal 3 206 65 0.99 0 0.68 0.19 138.33 0.97 0.41
Hex 3 CE 41 63 0 44 13 8A 61 29
Octal 3 316 101 143 0 104 23 212 141 51
Binary 11 11001110 1000001 1100011 0 1000100 10011 10001010 1100001 101001

Color Harmonies of #03CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CE41

Black with #03CE41

Text Example


Text Example

White with #03CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,206,65); }

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

background-color css

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

 a { background-color: rgb(3,206,65); }

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

border-color css

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

 span { border-color: rgb(3,206,65); }

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