Html Css Color HEX #3CBD29 Lime Green

📋 copy color: '#3CBD29'

red 60 ◦ green 189 ◦ blue 41

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

Shades of Lime Green #3CBD29

Tints of Lime Green #3CBD29

RGB

 RED value IS 60 (23.83% from 255) = 20.69%

 GREEN value IS 189 (74.22% from 255) = 65.17%

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 20.69%
G = 65.17%
B = 14.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#3CBD29 (or 0x3CBD29) is known color: Lime Green. HEX triplet: 3C, BD and 29. RGB value is (60,189,41). Sum of RGB (Red+Green+Blue) = 60+189+41=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD29 is #C342D6. Grayscale: #868686. Windows color (decimal): -12796631 or 2735420. OLE color: 2735420.

HSL color Cylindrical-coordinate representation of color #3CBD29: hue angle of 112.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CBD29 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 189 41 -
CMYK 0.68 0 0.78 0.26
HSL 112.3º 0.64% 0.45% -
HSV(B) 112.3º 0.78% 0.74% -
XYZ 20.46 37.52 8.26 -
YUV 133.56 75.76 75.53 -
System Red Green Blue C M Y K H S L
Decimal 60 189 41 0.68 0 0.78 0.26 112.3 0.64 0.45
Hex 3C BD 29 44 0 4E 1A 70 40 2D
Octal 74 275 51 104 0 116 32 160 100 55
Binary 111100 10111101 101001 1000100 0 1001110 11010 1110000 1000000 101101

Color Harmonies of #3CBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBD29

Black with #3CBD29

Text Example


Text Example

White with #3CBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,189,41); }

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

background-color css

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

 a { background-color: rgb(60,189,41); }

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

border-color css

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

 span { border-color: rgb(60,189,41); }

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