Html Css Color HEX #1CD634 Lime Green

📋 copy color: '#1CD634'

red 28 ◦ green 214 ◦ blue 52

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

Shades of Lime Green #1CD634

Tints of Lime Green #1CD634

RGB

 RED value IS 28 (11.33% from 255) = 9.52%

 GREEN value IS 214 (83.98% from 255) = 72.79%

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

R = 9.52%
G = 72.79%
B = 17.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#1CD634 (or 0x1CD634) is known color: Lime Green. HEX triplet: 1C, D6 and 34. RGB value is (28,214,52). Sum of RGB (Red+Green+Blue) = 28+214+52=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 214 (83.98% from 255 or 72.79% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD634 is #E329CB. Grayscale: #8C8C8C. Windows color (decimal): -14887372 or 3462684. OLE color: 3462684.

HSL color Cylindrical-coordinate representation of color #1CD634: hue angle of 127.74º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD634 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 214 52 -
CMYK 0.87 0 0.76 0.16
HSL 127.74º 0.77% 0.47% -
HSV(B) 127.74º 0.87% 0.84% -
XYZ 25.15 48.59 11.3 -
YUV 139.92 78.38 48.17 -
System Red Green Blue C M Y K H S L
Decimal 28 214 52 0.87 0 0.76 0.16 127.74 0.77 0.47
Hex 1C D6 34 57 0 4C 10 80 4D 2F
Octal 34 326 64 127 0 114 20 200 115 57
Binary 11100 11010110 110100 1010111 0 1001100 10000 10000000 1001101 101111

Color Harmonies of #1CD634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD634

Black with #1CD634

Text Example


Text Example

White with #1CD634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CD634; }

 p { color: rgb(28,214,52); }

 H1.HeaderClassName
 {
   color: #1CD634;
 }
 .AnyTagClassName
 {
   color: #1CD634;
 }
</style>

background-color css

<style>
 a { background-color: #1CD634; }

 a { background-color: rgb(28,214,52); }

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

border-color css

<style>
 span { border-color: #1CD634; }

 span { border-color: rgb(28,214,52); }

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