Html Css Color HEX #3AF34A Lime Green

📋 copy color: '#3AF34A'

red 58 ◦ green 243 ◦ blue 74

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

Shades of Lime Green #3AF34A

Tints of Lime Green #3AF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.8%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 15.47%
G = 64.8%
B = 19.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#3AF34A (or 0x3AF34A) is known color: Lime Green. HEX triplet: 3A, F3 and 4A. RGB value is (58,243,74). Sum of RGB (Red+Green+Blue) = 58+243+74=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF34A is #C50CB5. Grayscale: #A8A8A8. Windows color (decimal): -12913846 or 4911930. OLE color: 4911930.

HSL color Cylindrical-coordinate representation of color #3AF34A: hue angle of 125.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF34A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 243 74 -
CMYK 0.76 0 0.70 0.05
HSL 125.19º 0.89% 0.59% -
HSV(B) 125.19º 0.76% 0.95% -
XYZ 35.03 65.5 17.27 -
YUV 168.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 58 243 74 0.76 0 0.70 0.05 125.19 0.89 0.59
Hex 3A F3 4A 4C 0 46 5 7D 59 3B
Octal 72 363 112 114 0 106 5 175 131 73
Binary 111010 11110011 1001010 1001100 0 1000110 101 1111101 1011001 111011

Color Harmonies of #3AF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF34A

Black with #3AF34A

Text Example


Text Example

White with #3AF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,243,74); }

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

background-color css

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

 a { background-color: rgb(58,243,74); }

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

border-color css

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

 span { border-color: rgb(58,243,74); }

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