Html Css Color HEX #07CE2A Dark Pastel Green

📋 copy color: '#07CE2A'

red 7 ◦ green 206 ◦ blue 42

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

Shades of Dark Pastel Green #07CE2A

Tints of Dark Pastel Green #07CE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 2.75%
G = 80.78%
B = 16.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#07CE2A (or 0x07CE2A) is known color: Dark Pastel Green. HEX triplet: 07, CE and 2A. RGB value is (7,206,42). Sum of RGB (Red+Green+Blue) = 7+206+42=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 206 (80.86% from 255 or 80.78% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE2A is #F831D5. Grayscale: #808080. Windows color (decimal): -16265686 or 2805255. OLE color: 2805255.

HSL color Cylindrical-coordinate representation of color #07CE2A: hue angle of 130.55º 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 #07CE2A is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 206 42 -
CMYK 0.97 0 0.80 0.19
HSL 130.55º 0.93% 0.42% -
HSV(B) 130.55º 0.97% 0.81% -
XYZ 22.58 44.35 9.56 -
YUV 127.8 79.57 41.84 -
System Red Green Blue C M Y K H S L
Decimal 7 206 42 0.97 0 0.80 0.19 130.55 0.93 0.42
Hex 7 CE 2A 61 0 50 13 83 5D 2A
Octal 7 316 52 141 0 120 23 203 135 52
Binary 111 11001110 101010 1100001 0 1010000 10011 10000011 1011101 101010

Color Harmonies of #07CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CE2A

Black with #07CE2A

Text Example


Text Example

White with #07CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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