Html Css Color HEX #2BD436 Lime Green

📋 copy color: '#2BD436'

red 43 ◦ green 212 ◦ blue 54

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

Shades of Lime Green #2BD436

Tints of Lime Green #2BD436

RGB

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

 GREEN value IS 212 (83.2% from 255) = 68.61%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 13.92%
G = 68.61%
B = 17.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#2BD436 (or 0x2BD436) is known color: Lime Green. HEX triplet: 2B, D4 and 36. RGB value is (43,212,54). Sum of RGB (Red+Green+Blue) = 43+212+54=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 212 (83.20% from 255 or 68.61% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD436 is #D42BC9. Grayscale: #8F8F8F. Windows color (decimal): -13904842 or 3593259. OLE color: 3593259.

HSL color Cylindrical-coordinate representation of color #2BD436: hue angle of 123.91º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD436 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 43 212 54 -
CMYK 0.80 0 0.75 0.17
HSL 123.91º 0.66% 0.5% -
HSV(B) 123.91º 0.8% 0.83% -
XYZ 25.21 47.87 11.4 -
YUV 143.46 77.51 56.35 -
System Red Green Blue C M Y K H S L
Decimal 43 212 54 0.80 0 0.75 0.17 123.91 0.66 0.5
Hex 2B D4 36 50 0 4B 11 7C 42 32
Octal 53 324 66 120 0 113 21 174 102 62
Binary 101011 11010100 110110 1010000 0 1001011 10001 1111100 1000010 110010

Color Harmonies of #2BD436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD436

Black with #2BD436

Text Example


Text Example

White with #2BD436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,212,54); }

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

background-color css

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

 a { background-color: rgb(43,212,54); }

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

border-color css

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

 span { border-color: rgb(43,212,54); }

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