Html Css Color HEX #03CF34 Dark Pastel Green

📋 copy color: '#03CF34'

red 3 ◦ green 207 ◦ blue 52

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

Shades of Dark Pastel Green #03CF34

Tints of Dark Pastel Green #03CF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 1.15%
G = 79.01%
B = 19.85%

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

#03CF34 (or 0x03CF34) is known color: Dark Pastel Green. HEX triplet: 03, CF and 34. RGB value is (3,207,52). Sum of RGB (Red+Green+Blue) = 3+207+52=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 207 (81.25% from 255 or 79.01% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CF34 is #FC30CB. Grayscale: #808080. Windows color (decimal): -16527564 or 3460867. OLE color: 3460867.

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

Color convert

RGB 3 207 52 -
CMYK 0.99 0 0.75 0.19
HSL 134.41º 0.97% 0.41% -
HSV(B) 134.41º 0.99% 0.81% -
XYZ 22.97 44.89 10.7 -
YUV 128.33 84.91 38.6 -
System Red Green Blue C M Y K H S L
Decimal 3 207 52 0.99 0 0.75 0.19 134.41 0.97 0.41
Hex 3 CF 34 63 0 4B 13 86 61 29
Octal 3 317 64 143 0 113 23 206 141 51
Binary 11 11001111 110100 1100011 0 1001011 10011 10000110 1100001 101001

Color Harmonies of #03CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CF34

Black with #03CF34

Text Example


Text Example

White with #03CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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