Html Css Color HEX #12CC30 Dark Pastel Green

📋 copy color: '#12CC30'

red 18 ◦ green 204 ◦ blue 48

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

Shades of Dark Pastel Green #12CC30

Tints of Dark Pastel Green #12CC30

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

 GREEN value IS 204 (80.08% from 255) = 75.56%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 6.67%
G = 75.56%
B = 17.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#12CC30 (or 0x12CC30) is known color: Dark Pastel Green. HEX triplet: 12, CC and 30. RGB value is (18,204,48). Sum of RGB (Red+Green+Blue) = 18+204+48=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC30 is #ED33CF. Grayscale: #838383. Windows color (decimal): -15545296 or 3197970. OLE color: 3197970.

HSL color Cylindrical-coordinate representation of color #12CC30: hue angle of 129.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC30 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 48 -
CMYK 0.91 0 0.76 0.2
HSL 129.68º 0.84% 0.44% -
HSV(B) 129.68º 0.91% 0.8% -
XYZ 22.38 43.53 10.02 -
YUV 130.6 81.38 47.68 -
System Red Green Blue C M Y K H S L
Decimal 18 204 48 0.91 0 0.76 0.2 129.68 0.84 0.44
Hex 12 CC 30 5B 0 4C 14 82 54 2C
Octal 22 314 60 133 0 114 24 202 124 54
Binary 10010 11001100 110000 1011011 0 1001100 10100 10000010 1010100 101100

Color Harmonies of #12CC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC30

Black with #12CC30

Text Example


Text Example

White with #12CC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CC30; }

 p { color: rgb(18,204,48); }

 H1.HeaderClassName
 {
   color: #12CC30;
 }
 .AnyTagClassName
 {
   color: #12CC30;
 }
</style>

background-color css

<style>
 a { background-color: #12CC30; }

 a { background-color: rgb(18,204,48); }

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

border-color css

<style>
 span { border-color: #12CC30; }

 span { border-color: rgb(18,204,48); }

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