Html Css Color HEX #3CBF2B Lime Green

📋 copy color: '#3CBF2B'

red 60 ◦ green 191 ◦ blue 43

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

Shades of Lime Green #3CBF2B

Tints of Lime Green #3CBF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 20.41%
G = 64.97%
B = 14.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#3CBF2B (or 0x3CBF2B) is known color: Lime Green. HEX triplet: 3C, BF and 2B. RGB value is (60,191,43). Sum of RGB (Red+Green+Blue) = 60+191+43=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF2B is #C340D4. Grayscale: #878787. Windows color (decimal): -12796117 or 2867004. OLE color: 2867004.

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

Color convert

RGB 60 191 43 -
CMYK 0.69 0 0.77 0.25
HSL 113.11º 0.63% 0.46% -
HSV(B) 113.11º 0.77% 0.75% -
XYZ 20.93 38.4 8.59 -
YUV 134.96 76.1 74.53 -
System Red Green Blue C M Y K H S L
Decimal 60 191 43 0.69 0 0.77 0.25 113.11 0.63 0.46
Hex 3C BF 2B 45 0 4D 19 71 3F 2E
Octal 74 277 53 105 0 115 31 161 77 56
Binary 111100 10111111 101011 1000101 0 1001101 11001 1110001 111111 101110

Color Harmonies of #3CBF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF2B

Black with #3CBF2B

Text Example


Text Example

White with #3CBF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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