Html Css Color HEX #2BF23D Lime Green

📋 copy color: '#2BF23D'

red 43 ◦ green 242 ◦ blue 61

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

Shades of Lime Green #2BF23D

Tints of Lime Green #2BF23D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.94%

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

R = 12.43%
G = 69.94%
B = 17.63%

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

#2BF23D (or 0x2BF23D) is known color: Lime Green. HEX triplet: 2B, F2 and 3D. RGB value is (43,242,61). Sum of RGB (Red+Green+Blue) = 43+242+61=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF23D is #D40DC2. Grayscale: #A2A2A2. Windows color (decimal): -13897155 or 4059691. OLE color: 4059691.

HSL color Cylindrical-coordinate representation of color #2BF23D: hue angle of 125.43º degrees, saturation: 0.88, 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 #2BF23D is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 242 61 -
CMYK 0.82 0 0.75 0.05
HSL 125.43º 0.88% 0.56% -
HSV(B) 125.43º 0.82% 0.95% -
XYZ 33.59 64.35 15.07 -
YUV 161.87 71.07 43.22 -
System Red Green Blue C M Y K H S L
Decimal 43 242 61 0.82 0 0.75 0.05 125.43 0.88 0.56
Hex 2B F2 3D 52 0 4B 5 7D 58 38
Octal 53 362 75 122 0 113 5 175 130 70
Binary 101011 11110010 111101 1010010 0 1001011 101 1111101 1011000 111000

Color Harmonies of #2BF23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF23D

Black with #2BF23D

Text Example


Text Example

White with #2BF23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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