Html Css Color HEX #2CFC34 Lime Green

📋 copy color: '#2CFC34'

red 44 ◦ green 252 ◦ blue 52

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

Shades of Lime Green #2CFC34

Tints of Lime Green #2CFC34

RGB

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

 GREEN value IS 252 (98.83% from 255) = 72.41%

 BLUE value IS 52 (20.7% from 255) = 14.94%

R = 12.64%
G = 72.41%
B = 14.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#2CFC34 (or 0x2CFC34) is known color: Lime Green. HEX triplet: 2C, FC and 34. RGB value is (44,252,52). Sum of RGB (Red+Green+Blue) = 44+252+52=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 252 (98.83% from 255 or 72.41% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFC34 is #D303CB. Grayscale: #A7A7A7. Windows color (decimal): -13829068 or 3472428. OLE color: 3472428.

HSL color Cylindrical-coordinate representation of color #2CFC34: hue angle of 122.31º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFC34 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 252 52 -
CMYK 0.83 0 0.79 0.01
HSL 122.31º 0.97% 0.58% -
HSV(B) 122.31º 0.83% 0.99% -
XYZ 36.47 70.4 14.92 -
YUV 167.01 63.09 40.26 -
System Red Green Blue C M Y K H S L
Decimal 44 252 52 0.83 0 0.79 0.01 122.31 0.97 0.58
Hex 2C FC 34 53 0 4F 1 7A 61 3A
Octal 54 374 64 123 0 117 1 172 141 72
Binary 101100 11111100 110100 1010011 0 1001111 1 1111010 1100001 111010

Color Harmonies of #2CFC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFC34

Black with #2CFC34

Text Example


Text Example

White with #2CFC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,252,52); }

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

background-color css

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

 a { background-color: rgb(44,252,52); }

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

border-color css

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

 span { border-color: rgb(44,252,52); }

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