Html Css Color HEX #43CC52 Lime Green

📋 copy color: '#43CC52'

red 67 ◦ green 204 ◦ blue 82

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

Shades of Lime Green #43CC52

Tints of Lime Green #43CC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 18.98%
G = 57.79%
B = 23.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#43CC52 (or 0x43CC52) is known color: Lime Green. HEX triplet: 43, CC and 52. RGB value is (67,204,82). Sum of RGB (Red+Green+Blue) = 67+204+82=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CC52 is #BC33AD. Grayscale: #959595. Windows color (decimal): -12333998 or 5426243. OLE color: 5426243.

HSL color Cylindrical-coordinate representation of color #43CC52: hue angle of 126.57º 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 #43CC52 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 204 82 -
CMYK 0.67 0 0.60 0.2
HSL 126.57º 0.57% 0.53% -
HSV(B) 126.57º 0.67% 0.8% -
XYZ 25.43 44.99 15.33 -
YUV 149.13 90.11 69.42 -
System Red Green Blue C M Y K H S L
Decimal 67 204 82 0.67 0 0.60 0.2 126.57 0.57 0.53
Hex 43 CC 52 43 0 3C 14 7F 39 35
Octal 103 314 122 103 0 74 24 177 71 65
Binary 1000011 11001100 1010010 1000011 0 111100 10100 1111111 111001 110101

Color Harmonies of #43CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CC52

Black with #43CC52

Text Example


Text Example

White with #43CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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