Html Css Color HEX #CDEF02 Electric Lime

📋 copy color: '#CDEF02'

red 205 ◦ green 239 ◦ blue 2

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

Shades of Electric Lime #CDEF02

Tints of Electric Lime #CDEF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 45.96%
G = 53.59%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#CDEF02 (or 0xCDEF02) is known color: Electric Lime. HEX triplet: CD, EF and 02. RGB value is (205,239,2). Sum of RGB (Red+Green+Blue) = 205+239+2=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF02 is #3210FD. Grayscale: #CACACA. Windows color (decimal): -3281150 or 192461. OLE color: 192461.

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

Color convert

RGB 205 239 2 -
CMYK 0.14 0 0.99 0.06
HSL 68.61º 0.98% 0.47% -
HSV(B) 68.61º 0.99% 0.94% -
XYZ 56.05 74.72 11.52 -
YUV 201.82 15.24 130.27 -
System Red Green Blue C M Y K H S L
Decimal 205 239 2 0.14 0 0.99 0.06 68.61 0.98 0.47
Hex CD EF 2 E 0 63 6 45 62 2F
Octal 315 357 2 16 0 143 6 105 142 57
Binary 11001101 11101111 10 1110 0 1100011 110 1000101 1100010 101111

Color Harmonies of #CDEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF02

Black with #CDEF02

Text Example


Text Example

White with #CDEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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