Html Css Color HEX #43CC48 Lime Green

📋 copy color: '#43CC48'

red 67 ◦ green 204 ◦ blue 72

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

Shades of Lime Green #43CC48

Tints of Lime Green #43CC48

RGB

 RED value IS 67 (26.56% from 255) = 19.53%

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 19.53%
G = 59.48%
B = 20.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#43CC48 (or 0x43CC48) is known color: Lime Green. HEX triplet: 43, CC and 48. RGB value is (67,204,72). Sum of RGB (Red+Green+Blue) = 67+204+72=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CC48 is #BC33B7. Grayscale: #949494. Windows color (decimal): -12334008 or 4770883. OLE color: 4770883.

HSL color Cylindrical-coordinate representation of color #43CC48: hue angle of 122.19º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CC48 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 204 72 -
CMYK 0.67 0 0.65 0.2
HSL 122.19º 0.57% 0.53% -
HSV(B) 122.19º 0.67% 0.8% -
XYZ 25.08 44.85 13.47 -
YUV 147.99 85.11 70.23 -
System Red Green Blue C M Y K H S L
Decimal 67 204 72 0.67 0 0.65 0.2 122.19 0.57 0.53
Hex 43 CC 48 43 0 41 14 7A 39 35
Octal 103 314 110 103 0 101 24 172 71 65
Binary 1000011 11001100 1001000 1000011 0 1000001 10100 1111010 111001 110101

Color Harmonies of #43CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CC48

Black with #43CC48

Text Example


Text Example

White with #43CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43CC48; }

 p { color: rgb(67,204,72); }

 H1.HeaderClassName
 {
   color: #43CC48;
 }
 .AnyTagClassName
 {
   color: #43CC48;
 }
</style>

background-color css

<style>
 a { background-color: #43CC48; }

 a { background-color: rgb(67,204,72); }

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

border-color css

<style>
 span { border-color: #43CC48; }

 span { border-color: rgb(67,204,72); }

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