Html Css Color HEX #2BF33D Lime Green

📋 copy color: '#2BF33D'

red 43 ◦ green 243 ◦ blue 61

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

Shades of Lime Green #2BF33D

Tints of Lime Green #2BF33D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.03%

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 12.39%
G = 70.03%
B = 17.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#2BF33D (or 0x2BF33D) is known color: Lime Green. HEX triplet: 2B, F3 and 3D. RGB value is (43,243,61). Sum of RGB (Red+Green+Blue) = 43+243+61=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF33D is #D40CC2. Grayscale: #A2A2A2. Windows color (decimal): -13896899 or 4059947. OLE color: 4059947.

HSL color Cylindrical-coordinate representation of color #2BF33D: hue angle of 125.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF33D is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 243 61 -
CMYK 0.82 0 0.75 0.05
HSL 125.4º 0.89% 0.56% -
HSV(B) 125.4º 0.82% 0.95% -
XYZ 33.89 64.95 15.17 -
YUV 162.45 70.74 42.8 -
System Red Green Blue C M Y K H S L
Decimal 43 243 61 0.82 0 0.75 0.05 125.4 0.89 0.56
Hex 2B F3 3D 52 0 4B 5 7D 59 38
Octal 53 363 75 122 0 113 5 175 131 70
Binary 101011 11110011 111101 1010010 0 1001011 101 1111101 1011001 111000

Color Harmonies of #2BF33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF33D

Black with #2BF33D

Text Example


Text Example

White with #2BF33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,243,61); }

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

background-color css

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

 a { background-color: rgb(43,243,61); }

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

border-color css

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

 span { border-color: rgb(43,243,61); }

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