Html Css Color HEX #1CC242 Dark Pastel Green

📋 copy color: '#1CC242'

red 28 ◦ green 194 ◦ blue 66

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

Shades of Dark Pastel Green #1CC242

Tints of Dark Pastel Green #1CC242

RGB

 RED value IS 28 (11.33% from 255) = 9.72%

 GREEN value IS 194 (76.17% from 255) = 67.36%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 9.72%
G = 67.36%
B = 22.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#1CC242 (or 0x1CC242) is known color: Dark Pastel Green. HEX triplet: 1C, C2 and 42. RGB value is (28,194,66). Sum of RGB (Red+Green+Blue) = 28+194+66=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC242 is #E33DBD. Grayscale: #828282. Windows color (decimal): -14892478 or 4375068. OLE color: 4375068.

HSL color Cylindrical-coordinate representation of color #1CC242: hue angle of 133.73º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC242 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 194 66 -
CMYK 0.86 0 0.66 0.24
HSL 133.73º 0.75% 0.44% -
HSV(B) 133.73º 0.86% 0.76% -
XYZ 20.75 39.22 11.63 -
YUV 129.77 92 55.41 -
System Red Green Blue C M Y K H S L
Decimal 28 194 66 0.86 0 0.66 0.24 133.73 0.75 0.44
Hex 1C C2 42 56 0 42 18 86 4B 2C
Octal 34 302 102 126 0 102 30 206 113 54
Binary 11100 11000010 1000010 1010110 0 1000010 11000 10000110 1001011 101100

Color Harmonies of #1CC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC242

Black with #1CC242

Text Example


Text Example

White with #1CC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CC242; }

 p { color: rgb(28,194,66); }

 H1.HeaderClassName
 {
   color: #1CC242;
 }
 .AnyTagClassName
 {
   color: #1CC242;
 }
</style>

background-color css

<style>
 a { background-color: #1CC242; }

 a { background-color: rgb(28,194,66); }

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

border-color css

<style>
 span { border-color: #1CC242; }

 span { border-color: rgb(28,194,66); }

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