Html Css Color HEX #2EFF35 Lime Green

📋 copy color: '#2EFF35'

red 46 ◦ green 255 ◦ blue 53

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

Shades of Lime Green #2EFF35

Tints of Lime Green #2EFF35

RGB

 RED value IS 46 (18.36% from 255) = 12.99%

 GREEN value IS 255 (100% from 255) = 72.03%

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

R = 12.99%
G = 72.03%
B = 14.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#2EFF35 (or 0x2EFF35) is known color: Lime Green. HEX triplet: 2E, FF and 35. RGB value is (46,255,53). Sum of RGB (Red+Green+Blue) = 46+255+53=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF35 is #D100CA. Grayscale: #AAAAAA. Windows color (decimal): -13697227 or 3538734. OLE color: 3538734.

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

Color convert

RGB 46 255 53 -
CMYK 0.82 0 0.79 0
HSL 122.01º 1% 0.59% -
HSV(B) 122.01º 0.82% 1% -
XYZ 37.53 72.36 15.36 -
YUV 169.48 62.26 39.93 -
System Red Green Blue C M Y K H S L
Decimal 46 255 53 0.82 0 0.79 0 122.01 1 0.59
Hex 2E FF 35 52 0 4F 0 7A 64 3B
Octal 56 377 65 122 0 117 0 172 144 73
Binary 101110 11111111 110101 1010010 0 1001111 0 1111010 1100100 111011

Color Harmonies of #2EFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF35

Black with #2EFF35

Text Example


Text Example

White with #2EFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,53); }

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

background-color css

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

 a { background-color: rgb(46,255,53); }

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

border-color css

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

 span { border-color: rgb(46,255,53); }

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