Html Css Color HEX #2BCF47 Lime Green

📋 copy color: '#2BCF47'

red 43 ◦ green 207 ◦ blue 71

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

Shades of Lime Green #2BCF47

Tints of Lime Green #2BCF47

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.49%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 13.4%
G = 64.49%
B = 22.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#2BCF47 (or 0x2BCF47) is known color: Lime Green. HEX triplet: 2B, CF and 47. RGB value is (43,207,71). Sum of RGB (Red+Green+Blue) = 43+207+71=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF47 is #D430B8. Grayscale: #8E8E8E. Windows color (decimal): -13906105 or 4706091. OLE color: 4706091.

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

Color convert

RGB 43 207 71 -
CMYK 0.79 0 0.66 0.19
HSL 130.24º 0.66% 0.49% -
HSV(B) 130.24º 0.79% 0.81% -
XYZ 24.45 45.59 13.47 -
YUV 142.46 87.67 57.06 -
System Red Green Blue C M Y K H S L
Decimal 43 207 71 0.79 0 0.66 0.19 130.24 0.66 0.49
Hex 2B CF 47 4F 0 42 13 82 42 31
Octal 53 317 107 117 0 102 23 202 102 61
Binary 101011 11001111 1000111 1001111 0 1000010 10011 10000010 1000010 110001

Color Harmonies of #2BCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF47

Black with #2BCF47

Text Example


Text Example

White with #2BCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,71); }

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

background-color css

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

 a { background-color: rgb(43,207,71); }

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

border-color css

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

 span { border-color: rgb(43,207,71); }

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