Html Css Color HEX #3AFA43 Lime Green

📋 copy color: '#3AFA43'

red 58 ◦ green 250 ◦ blue 67

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

Shades of Lime Green #3AFA43

Tints of Lime Green #3AFA43

RGB

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

 GREEN value IS 250 (98.05% from 255) = 66.67%

 BLUE value IS 67 (26.56% from 255) = 17.87%

R = 15.47%
G = 66.67%
B = 17.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#3AFA43 (or 0x3AFA43) is known color: Lime Green. HEX triplet: 3A, FA and 43. RGB value is (58,250,67). Sum of RGB (Red+Green+Blue) = 58+250+67=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFA43 is #C505BC. Grayscale: #ACACAC. Windows color (decimal): -12912061 or 4454970. OLE color: 4454970.

HSL color Cylindrical-coordinate representation of color #3AFA43: hue angle of 122.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFA43 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 67 -
CMYK 0.77 0 0.73 0.02
HSL 122.81º 0.95% 0.6% -
HSV(B) 122.81º 0.77% 0.98% -
XYZ 36.94 69.68 16.81 -
YUV 171.73 68.89 46.88 -
System Red Green Blue C M Y K H S L
Decimal 58 250 67 0.77 0 0.73 0.02 122.81 0.95 0.6
Hex 3A FA 43 4D 0 49 2 7B 5F 3C
Octal 72 372 103 115 0 111 2 173 137 74
Binary 111010 11111010 1000011 1001101 0 1001001 10 1111011 1011111 111100

Color Harmonies of #3AFA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA43

Black with #3AFA43

Text Example


Text Example

White with #3AFA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,67); }

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

background-color css

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

 a { background-color: rgb(58,250,67); }

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

border-color css

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

 span { border-color: rgb(58,250,67); }

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