Html Css Color HEX #3DC24B Lime Green

📋 copy color: '#3DC24B'

red 61 ◦ green 194 ◦ blue 75

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

Shades of Lime Green #3DC24B

Tints of Lime Green #3DC24B

RGB

 RED value IS 61 (24.22% from 255) = 18.48%

 GREEN value IS 194 (76.17% from 255) = 58.79%

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 18.48%
G = 58.79%
B = 22.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3DC24B (or 0x3DC24B) is known color: Lime Green. HEX triplet: 3D, C2 and 4B. RGB value is (61,194,75). Sum of RGB (Red+Green+Blue) = 61+194+75=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC24B is #C23DB4. Grayscale: #8D8D8D. Windows color (decimal): -12729781 or 4964925. OLE color: 4964925.

HSL color Cylindrical-coordinate representation of color #3DC24B: hue angle of 126.32º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC24B is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 75 -
CMYK 0.69 0 0.61 0.24
HSL 126.32º 0.52% 0.5% -
HSV(B) 126.32º 0.69% 0.76% -
XYZ 22.49 40.08 13.21 -
YUV 140.67 90.94 71.18 -
System Red Green Blue C M Y K H S L
Decimal 61 194 75 0.69 0 0.61 0.24 126.32 0.52 0.5
Hex 3D C2 4B 45 0 3D 18 7E 34 32
Octal 75 302 113 105 0 75 30 176 64 62
Binary 111101 11000010 1001011 1000101 0 111101 11000 1111110 110100 110010

Color Harmonies of #3DC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC24B

Black with #3DC24B

Text Example


Text Example

White with #3DC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,194,75); }

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

background-color css

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

 a { background-color: rgb(61,194,75); }

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

border-color css

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

 span { border-color: rgb(61,194,75); }

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