Html Css Color HEX #3CBF4B Lime Green

📋 copy color: '#3CBF4B'

red 60 ◦ green 191 ◦ blue 75

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

Shades of Lime Green #3CBF4B

Tints of Lime Green #3CBF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 18.4%
G = 58.59%
B = 23.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3CBF4B (or 0x3CBF4B) is known color: Lime Green. HEX triplet: 3C, BF and 4B. RGB value is (60,191,75). Sum of RGB (Red+Green+Blue) = 60+191+75=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF4B is #C340B4. Grayscale: #8A8A8A. Windows color (decimal): -12796085 or 4964156. OLE color: 4964156.

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

Color convert

RGB 60 191 75 -
CMYK 0.69 0 0.61 0.25
HSL 126.87º 0.52% 0.49% -
HSV(B) 126.87º 0.69% 0.75% -
XYZ 21.76 38.73 12.99 -
YUV 138.61 92.1 71.93 -
System Red Green Blue C M Y K H S L
Decimal 60 191 75 0.69 0 0.61 0.25 126.87 0.52 0.49
Hex 3C BF 4B 45 0 3D 19 7F 34 31
Octal 74 277 113 105 0 75 31 177 64 61
Binary 111100 10111111 1001011 1000101 0 111101 11001 1111111 110100 110001

Color Harmonies of #3CBF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF4B

Black with #3CBF4B

Text Example


Text Example

White with #3CBF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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