Html Css Color HEX #3ACC2B Lime Green

📋 copy color: '#3ACC2B'

red 58 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #3ACC2B

Tints of Lime Green #3ACC2B

RGB

 RED value IS 58 (23.05% from 255) = 19.02%

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 19.02%
G = 66.89%
B = 14.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#3ACC2B (or 0x3ACC2B) is known color: Lime Green. HEX triplet: 3A, CC and 2B. RGB value is (58,204,43). Sum of RGB (Red+Green+Blue) = 58+204+43=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC2B is #C533D4. Grayscale: #8E8E8E. Windows color (decimal): -12923861 or 2870330. OLE color: 2870330.

HSL color Cylindrical-coordinate representation of color #3ACC2B: hue angle of 114.41º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3ACC2B is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 204 43 -
CMYK 0.72 0 0.79 0.2
HSL 114.41º 0.65% 0.48% -
HSV(B) 114.41º 0.79% 0.8% -
XYZ 23.77 44.26 9.58 -
YUV 141.99 72.13 68.09 -
System Red Green Blue C M Y K H S L
Decimal 58 204 43 0.72 0 0.79 0.2 114.41 0.65 0.48
Hex 3A CC 2B 48 0 4F 14 72 41 30
Octal 72 314 53 110 0 117 24 162 101 60
Binary 111010 11001100 101011 1001000 0 1001111 10100 1110010 1000001 110000

Color Harmonies of #3ACC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACC2B

Black with #3ACC2B

Text Example


Text Example

White with #3ACC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACC2B; }

 p { color: rgb(58,204,43); }

 H1.HeaderClassName
 {
   color: #3ACC2B;
 }
 .AnyTagClassName
 {
   color: #3ACC2B;
 }
</style>

background-color css

<style>
 a { background-color: #3ACC2B; }

 a { background-color: rgb(58,204,43); }

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

border-color css

<style>
 span { border-color: #3ACC2B; }

 span { border-color: rgb(58,204,43); }

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