Html Css Color HEX #03CF33 Dark Pastel Green

📋 copy color: '#03CF33'

red 3 ◦ green 207 ◦ blue 51

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

Shades of Dark Pastel Green #03CF33

Tints of Dark Pastel Green #03CF33

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.31%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 1.15%
G = 79.31%
B = 19.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#03CF33 (or 0x03CF33) is known color: Dark Pastel Green. HEX triplet: 03, CF and 33. RGB value is (3,207,51). Sum of RGB (Red+Green+Blue) = 3+207+51=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CF33 is #FC30CC. Grayscale: #808080. Windows color (decimal): -16527565 or 3395331. OLE color: 3395331.

HSL color Cylindrical-coordinate representation of color #03CF33: hue angle of 134.12º 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 #03CF33 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 207 51 -
CMYK 0.99 0 0.75 0.19
HSL 134.12º 0.97% 0.41% -
HSV(B) 134.12º 0.99% 0.81% -
XYZ 22.95 44.88 10.59 -
YUV 128.22 84.41 38.68 -
System Red Green Blue C M Y K H S L
Decimal 3 207 51 0.99 0 0.75 0.19 134.12 0.97 0.41
Hex 3 CF 33 63 0 4B 13 86 61 29
Octal 3 317 63 143 0 113 23 206 141 51
Binary 11 11001111 110011 1100011 0 1001011 10011 10000110 1100001 101001

Color Harmonies of #03CF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CF33

Black with #03CF33

Text Example


Text Example

White with #03CF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,207,51); }

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

background-color css

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

 a { background-color: rgb(3,207,51); }

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

border-color css

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

 span { border-color: rgb(3,207,51); }

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