Html Css Color HEX #1CCF2D Lime Green

📋 copy color: '#1CCF2D'

red 28 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #1CCF2D

Tints of Lime Green #1CCF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.93%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 10%
G = 73.93%
B = 16.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#1CCF2D (or 0x1CCF2D) is known color: Lime Green. HEX triplet: 1C, CF and 2D. RGB value is (28,207,45). Sum of RGB (Red+Green+Blue) = 28+207+45=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF2D is #E330D2. Grayscale: #878787. Windows color (decimal): -14889171 or 3002140. OLE color: 3002140.

HSL color Cylindrical-coordinate representation of color #1CCF2D: hue angle of 125.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF2D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 207 45 -
CMYK 0.86 0 0.78 0.19
HSL 125.7º 0.76% 0.46% -
HSV(B) 125.7º 0.86% 0.81% -
XYZ 23.27 45.06 9.95 -
YUV 135.01 77.2 51.67 -
System Red Green Blue C M Y K H S L
Decimal 28 207 45 0.86 0 0.78 0.19 125.7 0.76 0.46
Hex 1C CF 2D 56 0 4E 13 7E 4C 2E
Octal 34 317 55 126 0 116 23 176 114 56
Binary 11100 11001111 101101 1010110 0 1001110 10011 1111110 1001100 101110

Color Harmonies of #1CCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCF2D

Black with #1CCF2D

Text Example


Text Example

White with #1CCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,207,45); }

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

background-color css

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

 a { background-color: rgb(28,207,45); }

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

border-color css

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

 span { border-color: rgb(28,207,45); }

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