Html Css Color HEX #03CF18 Dark Pastel Green

📋 copy color: '#03CF18'

red 3 ◦ green 207 ◦ blue 24

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

Shades of Dark Pastel Green #03CF18

Tints of Dark Pastel Green #03CF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 1.28%
G = 88.46%
B = 10.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#03CF18 (or 0x03CF18) is known color: Dark Pastel Green. HEX triplet: 03, CF and 18. RGB value is (3,207,24). Sum of RGB (Red+Green+Blue) = 3+207+24=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 207 (81.25% from 255 or 88.46% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CF18 is #FC30E7. Grayscale: #7D7D7D. Windows color (decimal): -16527592 or 1625859. OLE color: 1625859.

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

Color convert

RGB 3 207 24 -
CMYK 0.99 0 0.88 0.19
HSL 126.18º 0.97% 0.41% -
HSV(B) 126.18º 0.99% 0.81% -
XYZ 22.52 44.71 8.31 -
YUV 125.14 70.91 40.88 -
System Red Green Blue C M Y K H S L
Decimal 3 207 24 0.99 0 0.88 0.19 126.18 0.97 0.41
Hex 3 CF 18 63 0 58 13 7E 61 29
Octal 3 317 30 143 0 130 23 176 141 51
Binary 11 11001111 11000 1100011 0 1011000 10011 1111110 1100001 101001

Color Harmonies of #03CF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CF18

Black with #03CF18

Text Example


Text Example

White with #03CF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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