Html Css Color HEX #2BC641 Lime Green

📋 copy color: '#2BC641'

red 43 ◦ green 198 ◦ blue 65

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

Shades of Lime Green #2BC641

Tints of Lime Green #2BC641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 14.05%
G = 64.71%
B = 21.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#2BC641 (or 0x2BC641) is known color: Lime Green. HEX triplet: 2B, C6 and 41. RGB value is (43,198,65). Sum of RGB (Red+Green+Blue) = 43+198+65=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 198 (77.73% from 255 or 64.71% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC641 is #D439BE. Grayscale: #888888. Windows color (decimal): -13908415 or 4310571. OLE color: 4310571.

HSL color Cylindrical-coordinate representation of color #2BC641: hue angle of 128.52º 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 #2BC641 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 198 65 -
CMYK 0.78 0 0.67 0.22
HSL 128.52º 0.64% 0.47% -
HSV(B) 128.52º 0.78% 0.78% -
XYZ 22.14 41.28 11.8 -
YUV 136.49 87.65 61.31 -
System Red Green Blue C M Y K H S L
Decimal 43 198 65 0.78 0 0.67 0.22 128.52 0.64 0.47
Hex 2B C6 41 4E 0 43 16 81 40 2F
Octal 53 306 101 116 0 103 26 201 100 57
Binary 101011 11000110 1000001 1001110 0 1000011 10110 10000001 1000000 101111

Color Harmonies of #2BC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC641

Black with #2BC641

Text Example


Text Example

White with #2BC641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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