Html Css Color HEX #3AC83F Lime Green

📋 copy color: '#3AC83F'

red 58 ◦ green 200 ◦ blue 63

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

Shades of Lime Green #3AC83F

Tints of Lime Green #3AC83F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.31%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 18.07%
G = 62.31%
B = 19.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#3AC83F (or 0x3AC83F) is known color: Lime Green. HEX triplet: 3A, C8 and 3F. RGB value is (58,200,63). Sum of RGB (Red+Green+Blue) = 58+200+63=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC83F is #C537C0. Grayscale: #8E8E8E. Windows color (decimal): -12924865 or 4180026. OLE color: 4180026.

HSL color Cylindrical-coordinate representation of color #3AC83F: hue angle of 122.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC83F is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 63 -
CMYK 0.71 0 0.68 0.22
HSL 122.11º 0.56% 0.51% -
HSV(B) 122.11º 0.71% 0.78% -
XYZ 23.3 42.57 11.69 -
YUV 141.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 58 200 63 0.71 0 0.68 0.22 122.11 0.56 0.51
Hex 3A C8 3F 47 0 44 16 7A 38 33
Octal 72 310 77 107 0 104 26 172 70 63
Binary 111010 11001000 111111 1000111 0 1000100 10110 1111010 111000 110011

Color Harmonies of #3AC83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC83F

Black with #3AC83F

Text Example


Text Example

White with #3AC83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,200,63); }

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

background-color css

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

 a { background-color: rgb(58,200,63); }

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

border-color css

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

 span { border-color: rgb(58,200,63); }

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