Html Css Color HEX #3CBF2D Lime Green

📋 copy color: '#3CBF2D'

red 60 ◦ green 191 ◦ blue 45

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

Shades of Lime Green #3CBF2D

Tints of Lime Green #3CBF2D

RGB

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

 GREEN value IS 191 (75% from 255) = 64.53%

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

R = 20.27%
G = 64.53%
B = 15.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#3CBF2D (or 0x3CBF2D) is known color: Lime Green. HEX triplet: 3C, BF and 2D. RGB value is (60,191,45). Sum of RGB (Red+Green+Blue) = 60+191+45=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF2D is #C340D2. Grayscale: #878787. Windows color (decimal): -12796115 or 2998076. OLE color: 2998076.

HSL color Cylindrical-coordinate representation of color #3CBF2D: hue angle of 113.84º 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 #3CBF2D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 191 45 -
CMYK 0.69 0 0.76 0.25
HSL 113.84º 0.62% 0.46% -
HSV(B) 113.84º 0.76% 0.75% -
XYZ 20.97 38.41 8.79 -
YUV 135.19 77.1 74.37 -
System Red Green Blue C M Y K H S L
Decimal 60 191 45 0.69 0 0.76 0.25 113.84 0.62 0.46
Hex 3C BF 2D 45 0 4C 19 72 3E 2E
Octal 74 277 55 105 0 114 31 162 76 56
Binary 111100 10111111 101101 1000101 0 1001100 11001 1110010 111110 101110

Color Harmonies of #3CBF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF2D

Black with #3CBF2D

Text Example


Text Example

White with #3CBF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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