Html Css Color HEX #2BE04B Lime Green

📋 copy color: '#2BE04B'

red 43 ◦ green 224 ◦ blue 75

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

Shades of Lime Green #2BE04B

Tints of Lime Green #2BE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.5%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 12.57%
G = 65.5%
B = 21.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#2BE04B (or 0x2BE04B) is known color: Lime Green. HEX triplet: 2B, E0 and 4B. RGB value is (43,224,75). Sum of RGB (Red+Green+Blue) = 43+224+75=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE04B is #D41FB4. Grayscale: #999999. Windows color (decimal): -13901749 or 4972587. OLE color: 4972587.

HSL color Cylindrical-coordinate representation of color #2BE04B: hue angle of 130.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE04B is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 75 -
CMYK 0.81 0 0.67 0.12
HSL 130.61º 0.74% 0.52% -
HSV(B) 130.61º 0.81% 0.88% -
XYZ 28.92 54.33 15.62 -
YUV 152.9 84.03 49.62 -
System Red Green Blue C M Y K H S L
Decimal 43 224 75 0.81 0 0.67 0.12 130.61 0.74 0.52
Hex 2B E0 4B 51 0 43 C 83 4A 34
Octal 53 340 113 121 0 103 14 203 112 64
Binary 101011 11100000 1001011 1010001 0 1000011 1100 10000011 1001010 110100

Color Harmonies of #2BE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE04B

Black with #2BE04B

Text Example


Text Example

White with #2BE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,75); }

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

background-color css

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

 a { background-color: rgb(43,224,75); }

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

border-color css

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

 span { border-color: rgb(43,224,75); }

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