Html Css Color HEX #07CB27 Dark Pastel Green

📋 copy color: '#07CB27'

red 7 ◦ green 203 ◦ blue 39

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

Shades of Dark Pastel Green #07CB27

Tints of Dark Pastel Green #07CB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 81.53%

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 2.81%
G = 81.53%
B = 15.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#07CB27 (or 0x07CB27) is known color: Dark Pastel Green. HEX triplet: 07, CB and 27. RGB value is (7,203,39). Sum of RGB (Red+Green+Blue) = 7+203+39=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 203 (79.69% from 255 or 81.53% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CB27 is #F834D8. Grayscale: #7E7E7E. Windows color (decimal): -16266457 or 2607879. OLE color: 2607879.

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

Color convert

RGB 7 203 39 -
CMYK 0.97 0 0.81 0.20
HSL 129.8º 0.93% 0.41% -
HSV(B) 129.8º 0.97% 0.8% -
XYZ 21.81 42.9 9.05 -
YUV 125.7 79.07 43.34 -
System Red Green Blue C M Y K H S L
Decimal 7 203 39 0.97 0 0.81 0.20 129.8 0.93 0.41
Hex 7 CB 27 61 0 51 14 82 5D 29
Octal 7 313 47 141 0 121 24 202 135 51
Binary 111 11001011 100111 1100001 0 1010001 10100 10000010 1011101 101001

Color Harmonies of #07CB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CB27

Black with #07CB27

Text Example


Text Example

White with #07CB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,203,39); }

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

background-color css

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

 a { background-color: rgb(7,203,39); }

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

border-color css

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

 span { border-color: rgb(7,203,39); }

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