Html Css Color HEX #2BCA40 Lime Green

📋 copy color: '#2BCA40'

red 43 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #2BCA40

Tints of Lime Green #2BCA40

RGB

 RED value IS 43 (17.19% from 255) = 13.92%

 GREEN value IS 202 (79.3% from 255) = 65.37%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 13.92%
G = 65.37%
B = 20.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#2BCA40 (or 0x2BCA40) is known color: Lime Green. HEX triplet: 2B, CA and 40. RGB value is (43,202,64). Sum of RGB (Red+Green+Blue) = 43+202+64=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCA40 is #D435BF. Grayscale: #8B8B8B. Windows color (decimal): -13907392 or 4246059. OLE color: 4246059.

HSL color Cylindrical-coordinate representation of color #2BCA40: hue angle of 127.92º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA40 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 202 64 -
CMYK 0.79 0 0.68 0.21
HSL 127.92º 0.65% 0.48% -
HSV(B) 127.92º 0.79% 0.79% -
XYZ 23.04 43.12 11.96 -
YUV 138.73 85.82 59.72 -
System Red Green Blue C M Y K H S L
Decimal 43 202 64 0.79 0 0.68 0.21 127.92 0.65 0.48
Hex 2B CA 40 4F 0 44 15 80 41 30
Octal 53 312 100 117 0 104 25 200 101 60
Binary 101011 11001010 1000000 1001111 0 1000100 10101 10000000 1000001 110000

Color Harmonies of #2BCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCA40

Black with #2BCA40

Text Example


Text Example

White with #2BCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BCA40; }

 p { color: rgb(43,202,64); }

 H1.HeaderClassName
 {
   color: #2BCA40;
 }
 .AnyTagClassName
 {
   color: #2BCA40;
 }
</style>

background-color css

<style>
 a { background-color: #2BCA40; }

 a { background-color: rgb(43,202,64); }

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

border-color css

<style>
 span { border-color: #2BCA40; }

 span { border-color: rgb(43,202,64); }

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