Html Css Color HEX #CDEF15 Electric Lime

📋 copy color: '#CDEF15'

red 205 ◦ green 239 ◦ blue 21

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

Shades of Electric Lime #CDEF15

Tints of Electric Lime #CDEF15

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.4%

 BLUE value IS 21 (8.59% from 255) = 4.52%

R = 44.09%
G = 51.4%
B = 4.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#CDEF15 (or 0xCDEF15) is known color: Electric Lime. HEX triplet: CD, EF and 15. RGB value is (205,239,21). Sum of RGB (Red+Green+Blue) = 205+239+21=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF15 is #3210EA. Grayscale: #CCCCCC. Windows color (decimal): -3281131 or 1437645. OLE color: 1437645.

HSL color Cylindrical-coordinate representation of color #CDEF15: hue angle of 69.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDEF15 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 21 -
CMYK 0.14 0 0.91 0.06
HSL 69.36º 0.87% 0.51% -
HSV(B) 69.36º 0.91% 0.94% -
XYZ 56.18 74.77 12.18 -
YUV 203.98 24.74 128.73 -
System Red Green Blue C M Y K H S L
Decimal 205 239 21 0.14 0 0.91 0.06 69.36 0.87 0.51
Hex CD EF 15 E 0 5B 6 45 57 33
Octal 315 357 25 16 0 133 6 105 127 63
Binary 11001101 11101111 10101 1110 0 1011011 110 1000101 1010111 110011

Color Harmonies of #CDEF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF15

Black with #CDEF15

Text Example


Text Example

White with #CDEF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF15; }

 p { color: rgb(205,239,21); }

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

background-color css

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

 a { background-color: rgb(205,239,21); }

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

border-color css

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

 span { border-color: rgb(205,239,21); }

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