Html Css Color HEX #2FCE30 Lime Green

📋 copy color: '#2FCE30'

red 47 ◦ green 206 ◦ blue 48

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

Shades of Lime Green #2FCE30

Tints of Lime Green #2FCE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 68.44%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 15.61%
G = 68.44%
B = 15.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#2FCE30 (or 0x2FCE30) is known color: Lime Green. HEX triplet: 2F, CE and 30. RGB value is (47,206,48). Sum of RGB (Red+Green+Blue) = 47+206+48=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 206 (80.86% from 255 or 68.44% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCE30 is #D031CF. Grayscale: #8C8C8C. Windows color (decimal): -13644240 or 3198511. OLE color: 3198511.

HSL color Cylindrical-coordinate representation of color #2FCE30: hue angle of 120.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE30 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 48 -
CMYK 0.77 0 0.77 0.19
HSL 120.38º 0.63% 0.5% -
HSV(B) 120.38º 0.77% 0.81% -
XYZ 23.78 44.96 10.22 -
YUV 140.45 75.82 61.35 -
System Red Green Blue C M Y K H S L
Decimal 47 206 48 0.77 0 0.77 0.19 120.38 0.63 0.5
Hex 2F CE 30 4D 0 4D 13 78 3F 32
Octal 57 316 60 115 0 115 23 170 77 62
Binary 101111 11001110 110000 1001101 0 1001101 10011 1111000 111111 110010

Color Harmonies of #2FCE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE30

Black with #2FCE30

Text Example


Text Example

White with #2FCE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,206,48); }

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

background-color css

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

 a { background-color: rgb(47,206,48); }

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

border-color css

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

 span { border-color: rgb(47,206,48); }

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