Html Css Color HEX #CDF813 Electric Lime

📋 copy color: '#CDF813'

red 205 ◦ green 248 ◦ blue 19

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

Shades of Electric Lime #CDF813

Tints of Electric Lime #CDF813

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.54%

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

R = 43.43%
G = 52.54%
B = 4.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CDF813 (or 0xCDF813) is known color: Electric Lime. HEX triplet: CD, F8 and 13. RGB value is (205,248,19). Sum of RGB (Red+Green+Blue) = 205+248+19=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF813 is #3207EC. Grayscale: #D1D1D1. Windows color (decimal): -3278829 or 1308877. OLE color: 1308877.

HSL color Cylindrical-coordinate representation of color #CDF813: hue angle of 71.27º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF813 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 19 -
CMYK 0.17 0 0.92 0.03
HSL 71.27º 0.94% 0.52% -
HSV(B) 71.27º 0.92% 0.97% -
XYZ 58.86 80.16 12.99 -
YUV 209.04 20.75 125.12 -
System Red Green Blue C M Y K H S L
Decimal 205 248 19 0.17 0 0.92 0.03 71.27 0.94 0.52
Hex CD F8 13 11 0 5C 3 47 5E 34
Octal 315 370 23 21 0 134 3 107 136 64
Binary 11001101 11111000 10011 10001 0 1011100 11 1000111 1011110 110100

Color Harmonies of #CDF813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF813

Black with #CDF813

Text Example


Text Example

White with #CDF813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF813; }

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

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

background-color css

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

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

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

border-color css

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

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

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