Html Css Color HEX #2BEE3D Lime Green

📋 copy color: '#2BEE3D'

red 43 ◦ green 238 ◦ blue 61

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

Shades of Lime Green #2BEE3D

Tints of Lime Green #2BEE3D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 69.59%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 12.57%
G = 69.59%
B = 17.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#2BEE3D (or 0x2BEE3D) is known color: Lime Green. HEX triplet: 2B, EE and 3D. RGB value is (43,238,61). Sum of RGB (Red+Green+Blue) = 43+238+61=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 238 (93.36% from 255 or 69.59% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEE3D is #D411C2. Grayscale: #A0A0A0. Windows color (decimal): -13898179 or 4058667. OLE color: 4058667.

HSL color Cylindrical-coordinate representation of color #2BEE3D: hue angle of 125.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEE3D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 238 61 -
CMYK 0.82 0 0.74 0.07
HSL 125.54º 0.85% 0.55% -
HSV(B) 125.54º 0.82% 0.93% -
XYZ 32.41 62 14.67 -
YUV 159.52 72.4 44.89 -
System Red Green Blue C M Y K H S L
Decimal 43 238 61 0.82 0 0.74 0.07 125.54 0.85 0.55
Hex 2B EE 3D 52 0 4A 7 7E 55 37
Octal 53 356 75 122 0 112 7 176 125 67
Binary 101011 11101110 111101 1010010 0 1001010 111 1111110 1010101 110111

Color Harmonies of #2BEE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEE3D

Black with #2BEE3D

Text Example


Text Example

White with #2BEE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,238,61); }

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

background-color css

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

 a { background-color: rgb(43,238,61); }

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

border-color css

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

 span { border-color: rgb(43,238,61); }

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