Html Css Color HEX #2BC443 Lime Green

📋 copy color: '#2BC443'

red 43 ◦ green 196 ◦ blue 67

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

Shades of Lime Green #2BC443

Tints of Lime Green #2BC443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.05%

 BLUE value IS 67 (26.56% from 255) = 21.9%

R = 14.05%
G = 64.05%
B = 21.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#2BC443 (or 0x2BC443) is known color: Lime Green. HEX triplet: 2B, C4 and 43. RGB value is (43,196,67). Sum of RGB (Red+Green+Blue) = 43+196+67=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 196 (76.95% from 255 or 64.05% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC443 is #D43BBC. Grayscale: #878787. Windows color (decimal): -13908925 or 4441131. OLE color: 4441131.

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

Color convert

RGB 43 196 67 -
CMYK 0.78 0 0.66 0.23
HSL 129.41º 0.64% 0.47% -
HSV(B) 129.41º 0.78% 0.77% -
XYZ 21.75 40.4 11.96 -
YUV 135.55 89.31 61.99 -
System Red Green Blue C M Y K H S L
Decimal 43 196 67 0.78 0 0.66 0.23 129.41 0.64 0.47
Hex 2B C4 43 4E 0 42 17 81 40 2F
Octal 53 304 103 116 0 102 27 201 100 57
Binary 101011 11000100 1000011 1001110 0 1000010 10111 10000001 1000000 101111

Color Harmonies of #2BC443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC443

Black with #2BC443

Text Example


Text Example

White with #2BC443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,196,67); }

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

background-color css

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

 a { background-color: rgb(43,196,67); }

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

border-color css

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

 span { border-color: rgb(43,196,67); }

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