Html Css Color HEX #0CE02E Dark Pastel Green

📋 copy color: '#0CE02E'

red 12 ◦ green 224 ◦ blue 46

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

Shades of Dark Pastel Green #0CE02E

Tints of Dark Pastel Green #0CE02E

RGB

 RED value IS 12 (5.08% from 255) = 4.26%

 GREEN value IS 224 (87.89% from 255) = 79.43%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 4.26%
G = 79.43%
B = 16.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#0CE02E (or 0x0CE02E) is known color: Dark Pastel Green. HEX triplet: 0C, E0 and 2E. RGB value is (12,224,46). Sum of RGB (Red+Green+Blue) = 12+224+46=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 224 (87.89% from 255 or 79.43% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE02E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE02E is #F31FD1. Grayscale: #8C8C8C. Windows color (decimal): -15933394 or 3072012. OLE color: 3072012.

HSL color Cylindrical-coordinate representation of color #0CE02E: hue angle of 129.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE02E is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 224 46 -
CMYK 0.95 0 0.79 0.12
HSL 129.62º 0.9% 0.46% -
HSV(B) 129.62º 0.95% 0.88% -
XYZ 27.3 53.59 11.49 -
YUV 140.32 74.76 36.47 -
System Red Green Blue C M Y K H S L
Decimal 12 224 46 0.95 0 0.79 0.12 129.62 0.9 0.46
Hex C E0 2E 5F 0 4F C 82 5A 2E
Octal 14 340 56 137 0 117 14 202 132 56
Binary 1100 11100000 101110 1011111 0 1001111 1100 10000010 1011010 101110

Color Harmonies of #0CE02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE02E

Black with #0CE02E

Text Example


Text Example

White with #0CE02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,224,46); }

 H1.HeaderClassName
 {
   color: #0CE02E;
 }
 .AnyTagClassName
 {
   color: #0CE02E;
 }
</style>

background-color css

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

 a { background-color: rgb(12,224,46); }

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

border-color css

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

 span { border-color: rgb(12,224,46); }

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