Html Css Color HEX #2BFE35 Lime Green

📋 copy color: '#2BFE35'

red 43 ◦ green 254 ◦ blue 53

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

Shades of Lime Green #2BFE35

Tints of Lime Green #2BFE35

RGB

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

 GREEN value IS 254 (99.61% from 255) = 72.57%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 12.29%
G = 72.57%
B = 15.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#2BFE35 (or 0x2BFE35) is known color: Lime Green. HEX triplet: 2B, FE and 35. RGB value is (43,254,53). Sum of RGB (Red+Green+Blue) = 43+254+53=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 254 (99.61% from 255 or 72.57% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFE35 is #D401CA. Grayscale: #A8A8A8. Windows color (decimal): -13894091 or 3538475. OLE color: 3538475.

HSL color Cylindrical-coordinate representation of color #2BFE35: hue angle of 122.84º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE35 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 43 254 53 -
CMYK 0.83 0 0.79 0.00
HSL 122.84º 0.99% 0.58% -
HSV(B) 122.84º 0.83% 1% -
XYZ 37.08 71.65 15.24 -
YUV 168 63.1 38.84 -
System Red Green Blue C M Y K H S L
Decimal 43 254 53 0.83 0 0.79 0.00 122.84 0.99 0.58
Hex 2B FE 35 53 0 4F 0 7B 63 3A
Octal 53 376 65 123 0 117 0 173 143 72
Binary 101011 11111110 110101 1010011 0 1001111 0 1111011 1100011 111010

Color Harmonies of #2BFE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFE35

Black with #2BFE35

Text Example


Text Example

White with #2BFE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,254,53); }

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

background-color css

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

 a { background-color: rgb(43,254,53); }

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

border-color css

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

 span { border-color: rgb(43,254,53); }

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