Html Css Color HEX #2BC427 Lime Green

📋 copy color: '#2BC427'

red 43 ◦ green 196 ◦ blue 39

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

Shades of Lime Green #2BC427

Tints of Lime Green #2BC427

RGB

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

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

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

R = 15.47%
G = 70.5%
B = 14.03%

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

#2BC427 (or 0x2BC427) is known color: Lime Green. HEX triplet: 2B, C4 and 27. RGB value is (43,196,39). Sum of RGB (Red+Green+Blue) = 43+196+39=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC427 is #D43BD8. Grayscale: #848484. Windows color (decimal): -13908953 or 2606123. OLE color: 2606123.

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

Color convert

RGB 43 196 39 -
CMYK 0.78 0 0.80 0.23
HSL 118.47º 0.67% 0.46% -
HSV(B) 118.47º 0.8% 0.77% -
XYZ 21.1 40.14 8.56 -
YUV 132.36 75.31 64.27 -
System Red Green Blue C M Y K H S L
Decimal 43 196 39 0.78 0 0.80 0.23 118.47 0.67 0.46
Hex 2B C4 27 4E 0 50 17 76 43 2E
Octal 53 304 47 116 0 120 27 166 103 56
Binary 101011 11000100 100111 1001110 0 1010000 10111 1110110 1000011 101110

Color Harmonies of #2BC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC427

Black with #2BC427

Text Example


Text Example

White with #2BC427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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