Html Css Color HEX #2BD60E Lime Green

📋 copy color: '#2BD60E'

red 43 ◦ green 214 ◦ blue 14

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

Shades of Lime Green #2BD60E

Tints of Lime Green #2BD60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.97%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 15.87%
G = 78.97%
B = 5.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#2BD60E (or 0x2BD60E) is known color: Lime Green. HEX triplet: 2B, D6 and 0E. RGB value is (43,214,14). Sum of RGB (Red+Green+Blue) = 43+214+14=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 214 (83.98% from 255 or 78.97% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD60E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD60E is #D429F1. Grayscale: #8C8C8C. Windows color (decimal): -13904370 or 972331. OLE color: 972331.

HSL color Cylindrical-coordinate representation of color #2BD60E: hue angle of 111.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BD60E is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 14 -
CMYK 0.80 0 0.93 0.16
HSL 111.3º 0.88% 0.45% -
HSV(B) 111.3º 0.93% 0.84% -
XYZ 25.12 48.64 8.48 -
YUV 140.07 56.85 58.76 -
System Red Green Blue C M Y K H S L
Decimal 43 214 14 0.80 0 0.93 0.16 111.3 0.88 0.45
Hex 2B D6 E 50 0 5D 10 6F 58 2D
Octal 53 326 16 120 0 135 20 157 130 55
Binary 101011 11010110 1110 1010000 0 1011101 10000 1101111 1011000 101101

Color Harmonies of #2BD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD60E

Black with #2BD60E

Text Example


Text Example

White with #2BD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,214,14); }

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

background-color css

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

 a { background-color: rgb(43,214,14); }

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

border-color css

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

 span { border-color: rgb(43,214,14); }

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