Html Css Color HEX #CDFF13 Electric Lime

📋 copy color: '#CDFF13'

red 205 ◦ green 255 ◦ blue 19

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

Shades of Electric Lime #CDFF13

Tints of Electric Lime #CDFF13

RGB

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

 GREEN value IS 255 (100% from 255) = 53.24%

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

R = 42.8%
G = 53.24%
B = 3.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#CDFF13 (or 0xCDFF13) is known color: Electric Lime. HEX triplet: CD, FF and 13. RGB value is (205,255,19). Sum of RGB (Red+Green+Blue) = 205+255+19=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF13 is #3200EC. Grayscale: #D6D6D6. Windows color (decimal): -3277037 or 1310669. OLE color: 1310669.

HSL color Cylindrical-coordinate representation of color #CDFF13: hue angle of 72.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDFF13 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 19 -
CMYK 0.20 0 0.93 0
HSL 72.71º 1% 0.54% -
HSV(B) 72.71º 0.93% 1% -
XYZ 61.05 84.55 13.72 -
YUV 213.15 18.44 122.19 -
System Red Green Blue C M Y K H S L
Decimal 205 255 19 0.20 0 0.93 0 72.71 1 0.54
Hex CD FF 13 14 0 5D 0 49 64 36
Octal 315 377 23 24 0 135 0 111 144 66
Binary 11001101 11111111 10011 10100 0 1011101 0 1001001 1100100 110110

Color Harmonies of #CDFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF13

Black with #CDFF13

Text Example


Text Example

White with #CDFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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