Html Css Color HEX #3AB02C Lime Green

📋 copy color: '#3AB02C'

red 58 ◦ green 176 ◦ blue 44

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

Shades of Lime Green #3AB02C

Tints of Lime Green #3AB02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 63.31%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 20.86%
G = 63.31%
B = 15.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#3AB02C (or 0x3AB02C) is known color: Lime Green. HEX triplet: 3A, B0 and 2C. RGB value is (58,176,44). Sum of RGB (Red+Green+Blue) = 58+176+44=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB02C is #C54FD3. Grayscale: #7E7E7E. Windows color (decimal): -12931028 or 2928698. OLE color: 2928698.

HSL color Cylindrical-coordinate representation of color #3AB02C: hue angle of 113.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AB02C is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 176 44 -
CMYK 0.67 0 0.75 0.31
HSL 113.64º 0.6% 0.43% -
HSV(B) 113.64º 0.75% 0.69% -
XYZ 17.72 32.13 7.65 -
YUV 125.67 81.91 79.73 -
System Red Green Blue C M Y K H S L
Decimal 58 176 44 0.67 0 0.75 0.31 113.64 0.6 0.43
Hex 3A B0 2C 43 0 4B 1F 72 3C 2B
Octal 72 260 54 103 0 113 37 162 74 53
Binary 111010 10110000 101100 1000011 0 1001011 11111 1110010 111100 101011

Color Harmonies of #3AB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB02C

Black with #3AB02C

Text Example


Text Example

White with #3AB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,176,44); }

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

background-color css

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

 a { background-color: rgb(58,176,44); }

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

border-color css

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

 span { border-color: rgb(58,176,44); }

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