Html Css Color HEX #3CBE2B Lime Green

📋 copy color: '#3CBE2B'

red 60 ◦ green 190 ◦ blue 43

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

Shades of Lime Green #3CBE2B

Tints of Lime Green #3CBE2B

RGB

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

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

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

R = 20.48%
G = 64.85%
B = 14.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#3CBE2B (or 0x3CBE2B) is known color: Lime Green. HEX triplet: 3C, BE and 2B. RGB value is (60,190,43). Sum of RGB (Red+Green+Blue) = 60+190+43=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBE2B is #C341D4. Grayscale: #868686. Windows color (decimal): -12796373 or 2866748. OLE color: 2866748.

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

Color convert

RGB 60 190 43 -
CMYK 0.68 0 0.77 0.25
HSL 113.06º 0.63% 0.46% -
HSV(B) 113.06º 0.77% 0.75% -
XYZ 20.71 37.96 8.52 -
YUV 134.37 76.43 74.95 -
System Red Green Blue C M Y K H S L
Decimal 60 190 43 0.68 0 0.77 0.25 113.06 0.63 0.46
Hex 3C BE 2B 44 0 4D 19 71 3F 2E
Octal 74 276 53 104 0 115 31 161 77 56
Binary 111100 10111110 101011 1000100 0 1001101 11001 1110001 111111 101110

Color Harmonies of #3CBE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBE2B

Black with #3CBE2B

Text Example


Text Example

White with #3CBE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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