Html Css Color HEX #07CE1F Dark Pastel Green

📋 copy color: '#07CE1F'

red 7 ◦ green 206 ◦ blue 31

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

Shades of Dark Pastel Green #07CE1F

Tints of Dark Pastel Green #07CE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 2.87%
G = 84.43%
B = 12.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#07CE1F (or 0x07CE1F) is known color: Dark Pastel Green. HEX triplet: 07, CE and 1F. RGB value is (7,206,31). Sum of RGB (Red+Green+Blue) = 7+206+31=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 206 (80.86% from 255 or 84.43% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE1F is #F831E0. Grayscale: #7F7F7F. Windows color (decimal): -16265697 or 2084359. OLE color: 2084359.

HSL color Cylindrical-coordinate representation of color #07CE1F: hue angle of 127.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CE1F is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 206 31 -
CMYK 0.97 0 0.85 0.19
HSL 127.24º 0.93% 0.42% -
HSV(B) 127.24º 0.97% 0.81% -
XYZ 22.41 44.29 8.66 -
YUV 126.55 74.07 42.73 -
System Red Green Blue C M Y K H S L
Decimal 7 206 31 0.97 0 0.85 0.19 127.24 0.93 0.42
Hex 7 CE 1F 61 0 55 13 7F 5D 2A
Octal 7 316 37 141 0 125 23 177 135 52
Binary 111 11001110 11111 1100001 0 1010101 10011 1111111 1011101 101010

Color Harmonies of #07CE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CE1F

Black with #07CE1F

Text Example


Text Example

White with #07CE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,206,31); }

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

background-color css

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

 a { background-color: rgb(7,206,31); }

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

border-color css

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

 span { border-color: rgb(7,206,31); }

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