Html Css Color HEX #4AC245 Lime Green

📋 copy color: '#4AC245'

red 74 ◦ green 194 ◦ blue 69

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

Shades of Lime Green #4AC245

Tints of Lime Green #4AC245

RGB

 RED value IS 74 (29.3% from 255) = 21.96%

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

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 21.96%
G = 57.57%
B = 20.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#4AC245 (or 0x4AC245) is known color: Lime Green. HEX triplet: 4A, C2 and 45. RGB value is (74,194,69). Sum of RGB (Red+Green+Blue) = 74+194+69=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC245 is #B53DBA. Grayscale: #909090. Windows color (decimal): -11877819 or 4571722. OLE color: 4571722.

HSL color Cylindrical-coordinate representation of color #4AC245: hue angle of 117.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC245 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 69 -
CMYK 0.62 0 0.64 0.24
HSL 117.6º 0.51% 0.52% -
HSV(B) 117.6º 0.64% 0.76% -
XYZ 23.19 40.47 12.22 -
YUV 143.87 85.74 78.16 -
System Red Green Blue C M Y K H S L
Decimal 74 194 69 0.62 0 0.64 0.24 117.6 0.51 0.52
Hex 4A C2 45 3E 0 40 18 76 33 34
Octal 112 302 105 76 0 100 30 166 63 64
Binary 1001010 11000010 1000101 111110 0 1000000 11000 1110110 110011 110100

Color Harmonies of #4AC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC245

Black with #4AC245

Text Example


Text Example

White with #4AC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AC245; }

 p { color: rgb(74,194,69); }

 H1.HeaderClassName
 {
   color: #4AC245;
 }
 .AnyTagClassName
 {
   color: #4AC245;
 }
</style>

background-color css

<style>
 a { background-color: #4AC245; }

 a { background-color: rgb(74,194,69); }

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

border-color css

<style>
 span { border-color: #4AC245; }

 span { border-color: rgb(74,194,69); }

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