Html Css Color HEX #3CBE2D Lime Green

📋 copy color: '#3CBE2D'

red 60 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #3CBE2D

Tints of Lime Green #3CBE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.41%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 20.34%
G = 64.41%
B = 15.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#3CBE2D (or 0x3CBE2D) is known color: Lime Green. HEX triplet: 3C, BE and 2D. RGB value is (60,190,45). Sum of RGB (Red+Green+Blue) = 60+190+45=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBE2D is #C341D2. Grayscale: #878787. Windows color (decimal): -12796371 or 2997820. OLE color: 2997820.

HSL color Cylindrical-coordinate representation of color #3CBE2D: hue angle of 113.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBE2D is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 190 45 -
CMYK 0.68 0 0.76 0.25
HSL 113.79º 0.62% 0.46% -
HSV(B) 113.79º 0.76% 0.75% -
XYZ 20.75 37.98 8.72 -
YUV 134.6 77.43 74.79 -
System Red Green Blue C M Y K H S L
Decimal 60 190 45 0.68 0 0.76 0.25 113.79 0.62 0.46
Hex 3C BE 2D 44 0 4C 19 72 3E 2E
Octal 74 276 55 104 0 114 31 162 76 56
Binary 111100 10111110 101101 1000100 0 1001100 11001 1110010 111110 101110

Color Harmonies of #3CBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBE2D

Black with #3CBE2D

Text Example


Text Example

White with #3CBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,190,45); }

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

background-color css

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

 a { background-color: rgb(60,190,45); }

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

border-color css

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

 span { border-color: rgb(60,190,45); }

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