Html Css Color HEX #2BC527 Lime Green

📋 copy color: '#2BC527'

red 43 ◦ green 197 ◦ blue 39

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

Shades of Lime Green #2BC527

Tints of Lime Green #2BC527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 15.41%
G = 70.61%
B = 13.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#2BC527 (or 0x2BC527) is known color: Lime Green. HEX triplet: 2B, C5 and 27. RGB value is (43,197,39). Sum of RGB (Red+Green+Blue) = 43+197+39=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC527 is #D43AD8. Grayscale: #858585. Windows color (decimal): -13908697 or 2606379. OLE color: 2606379.

HSL color Cylindrical-coordinate representation of color #2BC527: hue angle of 118.48º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BC527 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 43 197 39 -
CMYK 0.78 0 0.80 0.23
HSL 118.48º 0.67% 0.46% -
HSV(B) 118.48º 0.8% 0.77% -
XYZ 21.33 40.59 8.63 -
YUV 132.94 74.98 63.85 -
System Red Green Blue C M Y K H S L
Decimal 43 197 39 0.78 0 0.80 0.23 118.48 0.67 0.46
Hex 2B C5 27 4E 0 50 17 76 43 2E
Octal 53 305 47 116 0 120 27 166 103 56
Binary 101011 11000101 100111 1001110 0 1010000 10111 1110110 1000011 101110

Color Harmonies of #2BC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC527

Black with #2BC527

Text Example


Text Example

White with #2BC527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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