Html Css Color HEX #0CDF2F Dark Pastel Green

📋 copy color: '#0CDF2F'

red 12 ◦ green 223 ◦ blue 47

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

Shades of Dark Pastel Green #0CDF2F

Tints of Dark Pastel Green #0CDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.08%

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 4.26%
G = 79.08%
B = 16.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#0CDF2F (or 0x0CDF2F) is known color: Dark Pastel Green. HEX triplet: 0C, DF and 2F. RGB value is (12,223,47). Sum of RGB (Red+Green+Blue) = 12+223+47=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDF2F is #F320D0. Grayscale: #8C8C8C. Windows color (decimal): -15933649 or 3137292. OLE color: 3137292.

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

Color convert

RGB 12 223 47 -
CMYK 0.95 0 0.79 0.13
HSL 129.95º 0.9% 0.46% -
HSV(B) 129.95º 0.95% 0.87% -
XYZ 27.05 53.06 11.5 -
YUV 139.85 75.6 36.81 -
System Red Green Blue C M Y K H S L
Decimal 12 223 47 0.95 0 0.79 0.13 129.95 0.9 0.46
Hex C DF 2F 5F 0 4F D 82 5A 2E
Octal 14 337 57 137 0 117 15 202 132 56
Binary 1100 11011111 101111 1011111 0 1001111 1101 10000010 1011010 101110

Color Harmonies of #0CDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDF2F

Black with #0CDF2F

Text Example


Text Example

White with #0CDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,47); }

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

background-color css

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

 a { background-color: rgb(12,223,47); }

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

border-color css

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

 span { border-color: rgb(12,223,47); }

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