Html Css Color HEX #2FE63B Lime Green

📋 copy color: '#2FE63B'

red 47 ◦ green 230 ◦ blue 59

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

Shades of Lime Green #2FE63B

Tints of Lime Green #2FE63B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.45%

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 13.99%
G = 68.45%
B = 17.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#2FE63B (or 0x2FE63B) is known color: Lime Green. HEX triplet: 2F, E6 and 3B. RGB value is (47,230,59). Sum of RGB (Red+Green+Blue) = 47+230+59=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE63B is #D019C4. Grayscale: #9C9C9C. Windows color (decimal): -13638085 or 3925551. OLE color: 3925551.

HSL color Cylindrical-coordinate representation of color #2FE63B: hue angle of 123.93º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE63B is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 59 -
CMYK 0.80 0 0.74 0.10
HSL 123.93º 0.79% 0.54% -
HSV(B) 123.93º 0.8% 0.9% -
XYZ 30.26 57.51 13.64 -
YUV 155.79 73.37 50.4 -
System Red Green Blue C M Y K H S L
Decimal 47 230 59 0.80 0 0.74 0.10 123.93 0.79 0.54
Hex 2F E6 3B 50 0 4A A 7C 4F 36
Octal 57 346 73 120 0 112 12 174 117 66
Binary 101111 11100110 111011 1010000 0 1001010 1010 1111100 1001111 110110

Color Harmonies of #2FE63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE63B

Black with #2FE63B

Text Example


Text Example

White with #2FE63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,230,59); }

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

background-color css

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

 a { background-color: rgb(47,230,59); }

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

border-color css

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

 span { border-color: rgb(47,230,59); }

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