Html Css Color HEX #3CBC29 Lime Green

📋 copy color: '#3CBC29'

red 60 ◦ green 188 ◦ blue 41

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

Shades of Lime Green #3CBC29

Tints of Lime Green #3CBC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.05%

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

R = 20.76%
G = 65.05%
B = 14.19%

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

#3CBC29 (or 0x3CBC29) is known color: Lime Green. HEX triplet: 3C, BC and 29. RGB value is (60,188,41). Sum of RGB (Red+Green+Blue) = 60+188+41=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC29 is #C343D6. Grayscale: #858585. Windows color (decimal): -12796887 or 2735164. OLE color: 2735164.

HSL color Cylindrical-coordinate representation of color #3CBC29: hue angle of 112.24º 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 #3CBC29 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 41 -
CMYK 0.68 0 0.78 0.26
HSL 112.24º 0.64% 0.45% -
HSV(B) 112.24º 0.78% 0.74% -
XYZ 20.25 37.09 8.19 -
YUV 132.97 76.09 75.95 -
System Red Green Blue C M Y K H S L
Decimal 60 188 41 0.68 0 0.78 0.26 112.24 0.64 0.45
Hex 3C BC 29 44 0 4E 1A 70 40 2D
Octal 74 274 51 104 0 116 32 160 100 55
Binary 111100 10111100 101001 1000100 0 1001110 11010 1110000 1000000 101101

Color Harmonies of #3CBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC29

Black with #3CBC29

Text Example


Text Example

White with #3CBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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