Html Css Color HEX #07CC18 Dark Pastel Green

📋 copy color: '#07CC18'

red 7 ◦ green 204 ◦ blue 24

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

Shades of Dark Pastel Green #07CC18

Tints of Dark Pastel Green #07CC18

RGB

 RED value IS 7 (3.13% from 255) = 2.98%

 GREEN value IS 204 (80.08% from 255) = 86.81%

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

R = 2.98%
G = 86.81%
B = 10.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#07CC18 (or 0x07CC18) is known color: Dark Pastel Green. HEX triplet: 07, CC and 18. RGB value is (7,204,24). Sum of RGB (Red+Green+Blue) = 7+204+24=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 204 (80.08% from 255 or 86.81% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CC18 is #F833E7. Grayscale: #7D7D7D. Windows color (decimal): -16266216 or 1625095. OLE color: 1625095.

HSL color Cylindrical-coordinate representation of color #07CC18: hue angle of 125.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC18 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 204 24 -
CMYK 0.97 0 0.88 0.2
HSL 125.18º 0.93% 0.41% -
HSV(B) 125.18º 0.97% 0.8% -
XYZ 21.85 43.3 8.07 -
YUV 124.58 71.23 44.14 -
System Red Green Blue C M Y K H S L
Decimal 7 204 24 0.97 0 0.88 0.2 125.18 0.93 0.41
Hex 7 CC 18 61 0 58 14 7D 5D 29
Octal 7 314 30 141 0 130 24 175 135 51
Binary 111 11001100 11000 1100001 0 1011000 10100 1111101 1011101 101001

Color Harmonies of #07CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC18

Black with #07CC18

Text Example


Text Example

White with #07CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07CC18; }

 p { color: rgb(7,204,24); }

 H1.HeaderClassName
 {
   color: #07CC18;
 }
 .AnyTagClassName
 {
   color: #07CC18;
 }
</style>

background-color css

<style>
 a { background-color: #07CC18; }

 a { background-color: rgb(7,204,24); }

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

border-color css

<style>
 span { border-color: #07CC18; }

 span { border-color: rgb(7,204,24); }

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