Html Css Color HEX #2BCE19 Lime Green

📋 copy color: '#2BCE19'

red 43 ◦ green 206 ◦ blue 25

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

Shades of Lime Green #2BCE19

Tints of Lime Green #2BCE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 75.18%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 15.69%
G = 75.18%
B = 9.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#2BCE19 (or 0x2BCE19) is known color: Lime Green. HEX triplet: 2B, CE and 19. RGB value is (43,206,25). Sum of RGB (Red+Green+Blue) = 43+206+25=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCE19 is #D431E6. Grayscale: #898989. Windows color (decimal): -13906407 or 1691179. OLE color: 1691179.

HSL color Cylindrical-coordinate representation of color #2BCE19: hue angle of 114.03º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BCE19 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 25 -
CMYK 0.79 0 0.88 0.19
HSL 114.03º 0.78% 0.45% -
HSV(B) 114.03º 0.88% 0.81% -
XYZ 23.24 44.73 8.33 -
YUV 136.63 65 61.22 -
System Red Green Blue C M Y K H S L
Decimal 43 206 25 0.79 0 0.88 0.19 114.03 0.78 0.45
Hex 2B CE 19 4F 0 58 13 72 4E 2D
Octal 53 316 31 117 0 130 23 162 116 55
Binary 101011 11001110 11001 1001111 0 1011000 10011 1110010 1001110 101101

Color Harmonies of #2BCE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCE19

Black with #2BCE19

Text Example


Text Example

White with #2BCE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,25); }

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

background-color css

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

 a { background-color: rgb(43,206,25); }

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

border-color css

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

 span { border-color: rgb(43,206,25); }

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