Html Css Color HEX #2CFB33 Lime Green

📋 copy color: '#2CFB33'

red 44 ◦ green 251 ◦ blue 51

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

Shades of Lime Green #2CFB33

Tints of Lime Green #2CFB33

RGB

 RED value IS 44 (17.58% from 255) = 12.72%

 GREEN value IS 251 (98.44% from 255) = 72.54%

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 12.72%
G = 72.54%
B = 14.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#2CFB33 (or 0x2CFB33) is known color: Lime Green. HEX triplet: 2C, FB and 33. RGB value is (44,251,51). Sum of RGB (Red+Green+Blue) = 44+251+51=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFB33 is #D304CC. Grayscale: #A6A6A6. Windows color (decimal): -13829325 or 3406636. OLE color: 3406636.

HSL color Cylindrical-coordinate representation of color #2CFB33: hue angle of 122.03º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFB33 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 251 51 -
CMYK 0.82 0 0.80 0.02
HSL 122.03º 0.96% 0.58% -
HSV(B) 122.03º 0.82% 0.98% -
XYZ 36.13 69.77 14.69 -
YUV 166.31 62.92 40.76 -
System Red Green Blue C M Y K H S L
Decimal 44 251 51 0.82 0 0.80 0.02 122.03 0.96 0.58
Hex 2C FB 33 52 0 50 2 7A 60 3A
Octal 54 373 63 122 0 120 2 172 140 72
Binary 101100 11111011 110011 1010010 0 1010000 10 1111010 1100000 111010

Color Harmonies of #2CFB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFB33

Black with #2CFB33

Text Example


Text Example

White with #2CFB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,251,51); }

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

background-color css

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

 a { background-color: rgb(44,251,51); }

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

border-color css

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

 span { border-color: rgb(44,251,51); }

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