Html Css Color HEX #2BC542 Lime Green

📋 copy color: '#2BC542'

red 43 ◦ green 197 ◦ blue 66

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

Shades of Lime Green #2BC542

Tints of Lime Green #2BC542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 64.38%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 14.05%
G = 64.38%
B = 21.57%

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

#2BC542 (or 0x2BC542) is known color: Lime Green. HEX triplet: 2B, C5 and 42. RGB value is (43,197,66). Sum of RGB (Red+Green+Blue) = 43+197+66=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC542 is #D43ABD. Grayscale: #888888. Windows color (decimal): -13908670 or 4375851. OLE color: 4375851.

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

Color convert

RGB 43 197 66 -
CMYK 0.78 0 0.66 0.23
HSL 128.96º 0.64% 0.47% -
HSV(B) 128.96º 0.78% 0.77% -
XYZ 21.95 40.84 11.88 -
YUV 136.02 88.48 61.65 -
System Red Green Blue C M Y K H S L
Decimal 43 197 66 0.78 0 0.66 0.23 128.96 0.64 0.47
Hex 2B C5 42 4E 0 42 17 81 40 2F
Octal 53 305 102 116 0 102 27 201 100 57
Binary 101011 11000101 1000010 1001110 0 1000010 10111 10000001 1000000 101111

Color Harmonies of #2BC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC542

Black with #2BC542

Text Example


Text Example

White with #2BC542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,197,66); }

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

background-color css

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

 a { background-color: rgb(43,197,66); }

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

border-color css

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

 span { border-color: rgb(43,197,66); }

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