Html Css Color HEX #2BEA2F Lime Green

📋 copy color: '#2BEA2F'

red 43 ◦ green 234 ◦ blue 47

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

Shades of Lime Green #2BEA2F

Tints of Lime Green #2BEA2F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 72.22%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 13.27%
G = 72.22%
B = 14.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#2BEA2F (or 0x2BEA2F) is known color: Lime Green. HEX triplet: 2B, EA and 2F. RGB value is (43,234,47). Sum of RGB (Red+Green+Blue) = 43+234+47=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 234 (91.80% from 255 or 72.22% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA2F is #D415D0. Grayscale: #9C9C9C. Windows color (decimal): -13899217 or 3140139. OLE color: 3140139.

HSL color Cylindrical-coordinate representation of color #2BEA2F: hue angle of 121.26º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA2F is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 47 -
CMYK 0.82 0 0.80 0.08
HSL 121.26º 0.82% 0.54% -
HSV(B) 121.26º 0.82% 0.92% -
XYZ 30.93 59.56 12.56 -
YUV 155.57 66.72 47.71 -
System Red Green Blue C M Y K H S L
Decimal 43 234 47 0.82 0 0.80 0.08 121.26 0.82 0.54
Hex 2B EA 2F 52 0 50 8 79 52 36
Octal 53 352 57 122 0 120 10 171 122 66
Binary 101011 11101010 101111 1010010 0 1010000 1000 1111001 1010010 110110

Color Harmonies of #2BEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA2F

Black with #2BEA2F

Text Example


Text Example

White with #2BEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,47); }

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

background-color css

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

 a { background-color: rgb(43,234,47); }

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

border-color css

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

 span { border-color: rgb(43,234,47); }

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