Html Css Color HEX #2FE34B Lime Green

📋 copy color: '#2FE34B'

red 47 ◦ green 227 ◦ blue 75

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

Shades of Lime Green #2FE34B

Tints of Lime Green #2FE34B

RGB

 RED value IS 47 (18.75% from 255) = 13.47%

 GREEN value IS 227 (89.06% from 255) = 65.04%

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

R = 13.47%
G = 65.04%
B = 21.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#2FE34B (or 0x2FE34B) is known color: Lime Green. HEX triplet: 2F, E3 and 4B. RGB value is (47,227,75). Sum of RGB (Red+Green+Blue) = 47+227+75=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE34B is #D01CB4. Grayscale: #9C9C9C. Windows color (decimal): -13638837 or 4973359. OLE color: 4973359.

HSL color Cylindrical-coordinate representation of color #2FE34B: hue angle of 129.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE34B is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 227 75 -
CMYK 0.79 0 0.67 0.11
HSL 129.33º 0.76% 0.54% -
HSV(B) 129.33º 0.79% 0.89% -
XYZ 29.91 56.05 15.9 -
YUV 155.85 82.37 50.36 -
System Red Green Blue C M Y K H S L
Decimal 47 227 75 0.79 0 0.67 0.11 129.33 0.76 0.54
Hex 2F E3 4B 4F 0 43 B 81 4C 36
Octal 57 343 113 117 0 103 13 201 114 66
Binary 101111 11100011 1001011 1001111 0 1000011 1011 10000001 1001100 110110

Color Harmonies of #2FE34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE34B

Black with #2FE34B

Text Example


Text Example

White with #2FE34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,227,75); }

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

background-color css

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

 a { background-color: rgb(47,227,75); }

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

border-color css

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

 span { border-color: rgb(47,227,75); }

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