Html Css Color HEX #43CC32 Lime Green

📋 copy color: '#43CC32'

red 67 ◦ green 204 ◦ blue 50

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

Shades of Lime Green #43CC32

Tints of Lime Green #43CC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 20.87%
G = 63.55%
B = 15.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#43CC32 (or 0x43CC32) is known color: Lime Green. HEX triplet: 43, CC and 32. RGB value is (67,204,50). Sum of RGB (Red+Green+Blue) = 67+204+50=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #43CC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CC32 is #BC33CD. Grayscale: #919191. Windows color (decimal): -12334030 or 3329091. OLE color: 3329091.

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

Color convert

RGB 67 204 50 -
CMYK 0.67 0 0.75 0.2
HSL 113.38º 0.61% 0.5% -
HSV(B) 113.38º 0.75% 0.8% -
XYZ 24.48 44.61 10.34 -
YUV 145.48 74.11 72.02 -
System Red Green Blue C M Y K H S L
Decimal 67 204 50 0.67 0 0.75 0.2 113.38 0.61 0.5
Hex 43 CC 32 43 0 4B 14 71 3D 32
Octal 103 314 62 103 0 113 24 161 75 62
Binary 1000011 11001100 110010 1000011 0 1001011 10100 1110001 111101 110010

Color Harmonies of #43CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CC32

Black with #43CC32

Text Example


Text Example

White with #43CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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