Html Css Color HEX #3AF32D Lime Green

📋 copy color: '#3AF32D'

red 58 ◦ green 243 ◦ blue 45

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

Shades of Lime Green #3AF32D

Tints of Lime Green #3AF32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 16.76%
G = 70.23%
B = 13.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#3AF32D (or 0x3AF32D) is known color: Lime Green. HEX triplet: 3A, F3 and 2D. RGB value is (58,243,45). Sum of RGB (Red+Green+Blue) = 58+243+45=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF32D is #C50CD2. Grayscale: #A5A5A5. Windows color (decimal): -12913875 or 3011386. OLE color: 3011386.

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

Color convert

RGB 58 243 45 -
CMYK 0.76 0 0.81 0.05
HSL 116.06º 0.89% 0.56% -
HSV(B) 116.06º 0.81% 0.95% -
XYZ 34.27 65.19 13.26 -
YUV 165.11 60.21 51.6 -
System Red Green Blue C M Y K H S L
Decimal 58 243 45 0.76 0 0.81 0.05 116.06 0.89 0.56
Hex 3A F3 2D 4C 0 51 5 74 59 38
Octal 72 363 55 114 0 121 5 164 131 70
Binary 111010 11110011 101101 1001100 0 1010001 101 1110100 1011001 111000

Color Harmonies of #3AF32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF32D

Black with #3AF32D

Text Example


Text Example

White with #3AF32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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