Html Css Color HEX #2BCF31 Lime Green

📋 copy color: '#2BCF31'

red 43 ◦ green 207 ◦ blue 49

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

Shades of Lime Green #2BCF31

Tints of Lime Green #2BCF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 14.38%
G = 69.23%
B = 16.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#2BCF31 (or 0x2BCF31) is known color: Lime Green. HEX triplet: 2B, CF and 31. RGB value is (43,207,49). Sum of RGB (Red+Green+Blue) = 43+207+49=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF31 is #D430CE. Grayscale: #8C8C8C. Windows color (decimal): -13906127 or 3264299. OLE color: 3264299.

HSL color Cylindrical-coordinate representation of color #2BCF31: hue angle of 122.2º 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 #2BCF31 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 49 -
CMYK 0.79 0 0.76 0.19
HSL 122.2º 0.66% 0.49% -
HSV(B) 122.2º 0.79% 0.81% -
XYZ 23.86 45.36 10.4 -
YUV 139.95 76.67 58.85 -
System Red Green Blue C M Y K H S L
Decimal 43 207 49 0.79 0 0.76 0.19 122.2 0.66 0.49
Hex 2B CF 31 4F 0 4C 13 7A 42 31
Octal 53 317 61 117 0 114 23 172 102 61
Binary 101011 11001111 110001 1001111 0 1001100 10011 1111010 1000010 110001

Color Harmonies of #2BCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF31

Black with #2BCF31

Text Example


Text Example

White with #2BCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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