Html Css Color HEX #CDF113 Electric Lime

📋 copy color: '#CDF113'

red 205 ◦ green 241 ◦ blue 19

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

Shades of Electric Lime #CDF113

Tints of Electric Lime #CDF113

RGB

 RED value IS 205 (80.47% from 255) = 44.09%

 GREEN value IS 241 (94.53% from 255) = 51.83%

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 44.09%
G = 51.83%
B = 4.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CDF113 (or 0xCDF113) is known color: Electric Lime. HEX triplet: CD, F1 and 13. RGB value is (205,241,19). Sum of RGB (Red+Green+Blue) = 205+241+19=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF113 is #320EEC. Grayscale: #CDCDCD. Windows color (decimal): -3280621 or 1307085. OLE color: 1307085.

HSL color Cylindrical-coordinate representation of color #CDF113: hue angle of 69.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF113 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 19 -
CMYK 0.15 0 0.92 0.05
HSL 69.73º 0.89% 0.51% -
HSV(B) 69.73º 0.92% 0.95% -
XYZ 56.75 75.94 12.28 -
YUV 204.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 205 241 19 0.15 0 0.92 0.05 69.73 0.89 0.51
Hex CD F1 13 F 0 5C 5 46 59 33
Octal 315 361 23 17 0 134 5 106 131 63
Binary 11001101 11110001 10011 1111 0 1011100 101 1000110 1011001 110011

Color Harmonies of #CDF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF113

Black with #CDF113

Text Example


Text Example

White with #CDF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF113; }

 p { color: rgb(205,241,19); }

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

background-color css

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

 a { background-color: rgb(205,241,19); }

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

border-color css

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

 span { border-color: rgb(205,241,19); }

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