#0CCE30

Color #0CCE30 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CCE30

Tints of Dark Pastel Green #0CCE30

Color information

#0CCE30 (or 0x0CCE30) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CE and 30. RGB value is (12,206,48). Sum of RGB (Red+Green+Blue) = 12+206+48=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE30 is #F331CF. Grayscale: #828282. Windows color (decimal): -15938000 or 3198476. OLE color: 3198476.

HSL color Cylindrical-coordinate representation of color #0CCE30: hue angle of 131.13º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE30 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB1220648-
CMYK0.9400.770.19
HSL131.13º88.99%42.75%-
HSV(B)131.13º94.17%80.78%-
XYZ22.7644.4310.17-
YUV129.9881.7343.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 206 (80.86% from 255) = 77.44%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=4.51%
G=77.44%
B=18.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12206480.9400.770.19131.1388.9942.75
HexCCE305E04D1383592b
Octal143166013601152320313153
Binary11001100111011000010111100100110110011100000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CCE30; }

 p { color: rgb(12,206,48); }

 H1.HeaderClassName
 {
   color: #0CCE30;
 }
 .AnyTagClassName
 {
   color: #0CCE30;
 }
</style>
background-color css

<style>
 a { background-color: #0CCE30; }

 a { background-color: rgb(12,206,48); }

 div.DivClassName
 {
   background-color: #0CCE30;
 }
 .BgClassName
 {
   background-color: #0CCE30;
 }
</style>
border-color css

<style>
 span { border-color: #0CCE30; }

 span { border-color: rgb(12,206,48); }

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