Html Css Color HEX #2BC640 Lime Green

📋 copy color: '#2BC640'

red 43 ◦ green 198 ◦ blue 64

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

Shades of Lime Green #2BC640

Tints of Lime Green #2BC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 64.92%

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

R = 14.1%
G = 64.92%
B = 20.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#2BC640 (or 0x2BC640) is known color: Lime Green. HEX triplet: 2B, C6 and 40. RGB value is (43,198,64). Sum of RGB (Red+Green+Blue) = 43+198+64=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC640 is #D439BF. Grayscale: #888888. Windows color (decimal): -13908416 or 4245035. OLE color: 4245035.

HSL color Cylindrical-coordinate representation of color #2BC640: hue angle of 128.13º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC640 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 198 64 -
CMYK 0.78 0 0.68 0.22
HSL 128.13º 0.64% 0.47% -
HSV(B) 128.13º 0.78% 0.78% -
XYZ 22.12 41.27 11.65 -
YUV 136.38 87.15 61.4 -
System Red Green Blue C M Y K H S L
Decimal 43 198 64 0.78 0 0.68 0.22 128.13 0.64 0.47
Hex 2B C6 40 4E 0 44 16 80 40 2F
Octal 53 306 100 116 0 104 26 200 100 57
Binary 101011 11000110 1000000 1001110 0 1000100 10110 10000000 1000000 101111

Color Harmonies of #2BC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC640

Black with #2BC640

Text Example


Text Example

White with #2BC640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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