Html Css Color HEX #3ACF29 Lime Green

📋 copy color: '#3ACF29'

red 58 ◦ green 207 ◦ blue 41

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

Shades of Lime Green #3ACF29

Tints of Lime Green #3ACF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 18.95%
G = 67.65%
B = 13.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#3ACF29 (or 0x3ACF29) is known color: Lime Green. HEX triplet: 3A, CF and 29. RGB value is (58,207,41). Sum of RGB (Red+Green+Blue) = 58+207+41=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF29 is #C530D6. Grayscale: #909090. Windows color (decimal): -12923095 or 2740026. OLE color: 2740026.

HSL color Cylindrical-coordinate representation of color #3ACF29: hue angle of 113.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3ACF29 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 41 -
CMYK 0.72 0 0.80 0.19
HSL 113.86º 0.67% 0.49% -
HSV(B) 113.86º 0.8% 0.81% -
XYZ 24.46 45.69 9.63 -
YUV 143.53 70.14 67 -
System Red Green Blue C M Y K H S L
Decimal 58 207 41 0.72 0 0.80 0.19 113.86 0.67 0.49
Hex 3A CF 29 48 0 50 13 72 43 31
Octal 72 317 51 110 0 120 23 162 103 61
Binary 111010 11001111 101001 1001000 0 1010000 10011 1110010 1000011 110001

Color Harmonies of #3ACF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF29

Black with #3ACF29

Text Example


Text Example

White with #3ACF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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