Html Css Color HEX #3ACF4D Lime Green

📋 copy color: '#3ACF4D'

red 58 ◦ green 207 ◦ blue 77

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

Shades of Lime Green #3ACF4D

Tints of Lime Green #3ACF4D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.53%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 16.96%
G = 60.53%
B = 22.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#3ACF4D (or 0x3ACF4D) is known color: Lime Green. HEX triplet: 3A, CF and 4D. RGB value is (58,207,77). Sum of RGB (Red+Green+Blue) = 58+207+77=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACF4D is #C530B2. Grayscale: #949494. Windows color (decimal): -12923059 or 5099322. OLE color: 5099322.

HSL color Cylindrical-coordinate representation of color #3ACF4D: hue angle of 127.65º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF4D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 77 -
CMYK 0.72 0 0.63 0.19
HSL 127.65º 0.61% 0.52% -
HSV(B) 127.65º 0.72% 0.81% -
XYZ 25.4 46.06 14.57 -
YUV 147.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 58 207 77 0.72 0 0.63 0.19 127.65 0.61 0.52
Hex 3A CF 4D 48 0 3F 13 80 3D 34
Octal 72 317 115 110 0 77 23 200 75 64
Binary 111010 11001111 1001101 1001000 0 111111 10011 10000000 111101 110100

Color Harmonies of #3ACF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF4D

Black with #3ACF4D

Text Example


Text Example

White with #3ACF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,77); }

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

background-color css

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

 a { background-color: rgb(58,207,77); }

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

border-color css

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

 span { border-color: rgb(58,207,77); }

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